Html Css Color HEX #AC6003 Golden Brown

📋 copy color: '#AC6003'

red 172 ◦ green 96 ◦ blue 3

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

Shades of Golden Brown #AC6003

Tints of Golden Brown #AC6003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

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

R = 63.47%
G = 35.42%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC6003 (or 0xAC6003) is known color: Golden Brown. HEX triplet: AC, 60 and 03. RGB value is (172,96,3). Sum of RGB (Red+Green+Blue) = 172+96+3=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6003 is #539FFC. Grayscale: #6C6C6C. Windows color (decimal): -5480445 or 221356. OLE color: 221356.

HSL color Cylindrical-coordinate representation of color #AC6003: hue angle of 33.02º 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 #AC6003 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 3 -
CMYK 0 0.44 0.98 0.33
HSL 33.02º 0.97% 0.34% -
HSV(B) 33.02º 0.98% 0.67% -
XYZ 21.21 17.14 2.28 -
YUV 108.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 172 96 3 0 0.44 0.98 0.33 33.02 0.97 0.34
Hex AC 60 3 0 2C 62 21 21 61 22
Octal 254 140 3 0 54 142 41 41 141 42
Binary 10101100 1100000 11 0 101100 1100010 100001 100001 1100001 100010

Color Harmonies of #AC6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6003

Black with #AC6003

Text Example


Text Example

White with #AC6003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6003; }

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

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

background-color css

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

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

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

border-color css

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

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

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