Html Css Color HEX #AC6207 Golden Brown

📋 copy color: '#AC6207'

red 172 ◦ green 98 ◦ blue 7

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

Shades of Golden Brown #AC6207

Tints of Golden Brown #AC6207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.53%

R = 62.09%
G = 35.38%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC6207 (or 0xAC6207) is known color: Golden Brown. HEX triplet: AC, 62 and 07. RGB value is (172,98,7). Sum of RGB (Red+Green+Blue) = 172+98+7=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6207 is #539DF8. Grayscale: #6E6E6E. Windows color (decimal): -5479929 or 484012. OLE color: 484012.

HSL color Cylindrical-coordinate representation of color #AC6207: hue angle of 33.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC6207 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 7 -
CMYK 0 0.43 0.96 0.33
HSL 33.09º 0.92% 0.35% -
HSV(B) 33.09º 0.96% 0.67% -
XYZ 21.42 17.52 2.45 -
YUV 109.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 172 98 7 0 0.43 0.96 0.33 33.09 0.92 0.35
Hex AC 62 7 0 2B 60 21 21 5C 23
Octal 254 142 7 0 53 140 41 41 134 43
Binary 10101100 1100010 111 0 101011 1100000 100001 100001 1011100 100011

Color Harmonies of #AC6207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6207

Black with #AC6207

Text Example


Text Example

White with #AC6207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6207; }

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

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

background-color css

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

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

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

border-color css

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

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

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