Html Css Color HEX #AC6918 Golden Brown

📋 copy color: '#AC6918'

red 172 ◦ green 105 ◦ blue 24

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

Shades of Golden Brown #AC6918

Tints of Golden Brown #AC6918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

 BLUE value IS 24 (9.77% from 255) = 7.97%

R = 57.14%
G = 34.88%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC6918 (or 0xAC6918) is known color: Golden Brown. HEX triplet: AC, 69 and 18. RGB value is (172,105,24). Sum of RGB (Red+Green+Blue) = 172+105+24=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6918 is #5396E7. Grayscale: #747474. Windows color (decimal): -5478120 or 1599916. OLE color: 1599916.

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

Color convert

RGB 172 105 24 -
CMYK 0 0.39 0.86 0.33
HSL 32.84º 0.76% 0.38% -
HSV(B) 32.84º 0.86% 0.67% -
XYZ 22.23 18.94 3.35 -
YUV 115.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 172 105 24 0 0.39 0.86 0.33 32.84 0.76 0.38
Hex AC 69 18 0 27 56 21 21 4C 26
Octal 254 151 30 0 47 126 41 41 114 46
Binary 10101100 1101001 11000 0 100111 1010110 100001 100001 1001100 100110

Color Harmonies of #AC6918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6918

Black with #AC6918

Text Example


Text Example

White with #AC6918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6918; }

 p { color: rgb(172,105,24); }

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

background-color css

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

 a { background-color: rgb(172,105,24); }

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

border-color css

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

 span { border-color: rgb(172,105,24); }

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