Html Css Color HEX #AC6605 Golden Brown

📋 copy color: '#AC6605'

red 172 ◦ green 102 ◦ blue 5

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

Shades of Golden Brown #AC6605

Tints of Golden Brown #AC6605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 61.65%
G = 36.56%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC6605 (or 0xAC6605) is known color: Golden Brown. HEX triplet: AC, 66 and 05. RGB value is (172,102,5). Sum of RGB (Red+Green+Blue) = 172+102+5=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6605 is #5399FA. Grayscale: #707070. Windows color (decimal): -5478907 or 353964. OLE color: 353964.

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

Color convert

RGB 172 102 5 -
CMYK 0 0.41 0.97 0.33
HSL 34.85º 0.94% 0.35% -
HSV(B) 34.85º 0.97% 0.67% -
XYZ 21.79 18.28 2.52 -
YUV 111.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 172 102 5 0 0.41 0.97 0.33 34.85 0.94 0.35
Hex AC 66 5 0 29 61 21 23 5E 23
Octal 254 146 5 0 51 141 41 43 136 43
Binary 10101100 1100110 101 0 101001 1100001 100001 100011 1011110 100011

Color Harmonies of #AC6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6605

Black with #AC6605

Text Example


Text Example

White with #AC6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6605; }

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

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

background-color css

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

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

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

border-color css

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

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

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