Html Css Color HEX #AC6419 Golden Brown

📋 copy color: '#AC6419'

red 172 ◦ green 100 ◦ blue 25

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

Shades of Golden Brown #AC6419

Tints of Golden Brown #AC6419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 57.91%
G = 33.67%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC6419 (or 0xAC6419) is known color: Golden Brown. HEX triplet: AC, 64 and 19. RGB value is (172,100,25). Sum of RGB (Red+Green+Blue) = 172+100+25=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6419 is #539BE6. Grayscale: #717171. Windows color (decimal): -5479399 or 1664172. OLE color: 1664172.

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

Color convert

RGB 172 100 25 -
CMYK 0 0.42 0.85 0.33
HSL 30.61º 0.75% 0.39% -
HSV(B) 30.61º 0.85% 0.67% -
XYZ 21.75 17.96 3.24 -
YUV 112.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 172 100 25 0 0.42 0.85 0.33 30.61 0.75 0.39
Hex AC 64 19 0 2A 55 21 1F 4B 27
Octal 254 144 31 0 52 125 41 37 113 47
Binary 10101100 1100100 11001 0 101010 1010101 100001 11111 1001011 100111

Color Harmonies of #AC6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6419

Black with #AC6419

Text Example


Text Example

White with #AC6419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6419; }

 p { color: rgb(172,100,25); }

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

background-color css

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

 a { background-color: rgb(172,100,25); }

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

border-color css

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

 span { border-color: rgb(172,100,25); }

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