Html Css Color HEX #AC6303 Golden Brown

📋 copy color: '#AC6303'

red 172 ◦ green 99 ◦ blue 3

#AC6303
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AC6303

Tints of Golden Brown #AC6303

RGB

 RED value IS 172 (67.58% from 255) = 62.77%

 GREEN value IS 99 (39.06% from 255) = 36.13%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 62.77%
G = 36.13%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC6303 (or 0xAC6303) is known color: Golden Brown. HEX triplet: AC, 63 and 03. RGB value is (172,99,3). Sum of RGB (Red+Green+Blue) = 172+99+3=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6303 is #539CFC. Grayscale: #6E6E6E. Windows color (decimal): -5479677 or 222124. OLE color: 222124.

HSL color Cylindrical-coordinate representation of color #AC6303: hue angle of 34.08º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC6303 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 3 -
CMYK 0 0.42 0.98 0.33
HSL 34.08º 0.97% 0.34% -
HSV(B) 34.08º 0.98% 0.67% -
XYZ 21.49 17.7 2.37 -
YUV 109.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 172 99 3 0 0.42 0.98 0.33 34.08 0.97 0.34
Hex AC 63 3 0 2A 62 21 22 61 22
Octal 254 143 3 0 52 142 41 42 141 42
Binary 10101100 1100011 11 0 101010 1100010 100001 100010 1100001 100010

Color Harmonies of #AC6303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6303

Black with #AC6303

Text Example


Text Example

White with #AC6303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6303; }

 p { color: rgb(172,99,3); }

 H1.HeaderClassName
 {
   color: #AC6303;
 }
 .AnyTagClassName
 {
   color: #AC6303;
 }
</style>

background-color css

<style>
 a { background-color: #AC6303; }

 a { background-color: rgb(172,99,3); }

 div.DivClassName
 {
   background-color: #AC6303;
 }
 .BgClassName
 {
   background-color: #AC6303;
 }
</style>

border-color css

<style>
 span { border-color: #AC6303; }

 span { border-color: rgb(172,99,3); }

 td.TdClassName
 {
   border-color: #AC6303;
 }
 .TagClassName
 {
   border-color: #AC6303;
 }
</style>