Html Css Color HEX #AC6614 Golden Brown

📋 copy color: '#AC6614'

red 172 ◦ green 102 ◦ blue 20

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

Shades of Golden Brown #AC6614

Tints of Golden Brown #AC6614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

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

R = 58.5%
G = 34.69%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC6614 (or 0xAC6614) is known color: Golden Brown. HEX triplet: AC, 66 and 14. RGB value is (172,102,20). Sum of RGB (Red+Green+Blue) = 172+102+20=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6614 is #5399EB. Grayscale: #717171. Windows color (decimal): -5478892 or 1337004. OLE color: 1337004.

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

Color convert

RGB 172 102 20 -
CMYK 0 0.41 0.88 0.33
HSL 32.37º 0.79% 0.38% -
HSV(B) 32.37º 0.88% 0.67% -
XYZ 21.89 18.32 3.04 -
YUV 113.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 172 102 20 0 0.41 0.88 0.33 32.37 0.79 0.38
Hex AC 66 14 0 29 58 21 20 4F 26
Octal 254 146 24 0 51 130 41 40 117 46
Binary 10101100 1100110 10100 0 101001 1011000 100001 100000 1001111 100110

Color Harmonies of #AC6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6614

Black with #AC6614

Text Example


Text Example

White with #AC6614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6614; }

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

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

background-color css

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

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

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

border-color css

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

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

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