Html Css Color HEX #AC6218 Golden Brown

📋 copy color: '#AC6218'

red 172 ◦ green 98 ◦ blue 24

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

Shades of Golden Brown #AC6218

Tints of Golden Brown #AC6218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

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

R = 58.5%
G = 33.33%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC6218 (or 0xAC6218) is known color: Golden Brown. HEX triplet: AC, 62 and 18. RGB value is (172,98,24). Sum of RGB (Red+Green+Blue) = 172+98+24=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6218 is #539DE7. Grayscale: #707070. Windows color (decimal): -5479912 or 1598124. OLE color: 1598124.

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

Color convert

RGB 172 98 24 -
CMYK 0 0.43 0.86 0.33
HSL 30º 0.76% 0.38% -
HSV(B) 30º 0.86% 0.67% -
XYZ 21.55 17.57 3.12 -
YUV 111.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 172 98 24 0 0.43 0.86 0.33 30 0.76 0.38
Hex AC 62 18 0 2B 56 21 1E 4C 26
Octal 254 142 30 0 53 126 41 36 114 46
Binary 10101100 1100010 11000 0 101011 1010110 100001 11110 1001100 100110

Color Harmonies of #AC6218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6218

Black with #AC6218

Text Example


Text Example

White with #AC6218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6218; }

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

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

background-color css

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

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

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

border-color css

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

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

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