Html Css Color HEX #AC6414 Golden Brown

📋 copy color: '#AC6414'

red 172 ◦ green 100 ◦ blue 20

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

Shades of Golden Brown #AC6414

Tints of Golden Brown #AC6414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 58.9%
G = 34.25%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC6414 (or 0xAC6414) is known color: Golden Brown. HEX triplet: AC, 64 and 14. RGB value is (172,100,20). Sum of RGB (Red+Green+Blue) = 172+100+20=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6414 is #539BEB. Grayscale: #707070. Windows color (decimal): -5479404 or 1336492. OLE color: 1336492.

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

Color convert

RGB 172 100 20 -
CMYK 0 0.42 0.88 0.33
HSL 31.58º 0.79% 0.38% -
HSV(B) 31.58º 0.88% 0.67% -
XYZ 21.7 17.94 2.98 -
YUV 112.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 172 100 20 0 0.42 0.88 0.33 31.58 0.79 0.38
Hex AC 64 14 0 2A 58 21 20 4F 26
Octal 254 144 24 0 52 130 41 40 117 46
Binary 10101100 1100100 10100 0 101010 1011000 100001 100000 1001111 100110

Color Harmonies of #AC6414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6414

Black with #AC6414

Text Example


Text Example

White with #AC6414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6414; }

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

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

background-color css

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

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

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

border-color css

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

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

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