Html Css Color HEX #AC6B05 Golden Brown

📋 copy color: '#AC6B05'

red 172 ◦ green 107 ◦ blue 5

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

Shades of Golden Brown #AC6B05

Tints of Golden Brown #AC6B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.68%

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

R = 60.56%
G = 37.68%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC6B05 (or 0xAC6B05) is known color: Golden Brown. HEX triplet: AC, 6B and 05. RGB value is (172,107,5). Sum of RGB (Red+Green+Blue) = 172+107+5=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6B05 is #5394FA. Grayscale: #737373. Windows color (decimal): -5477627 or 355244. OLE color: 355244.

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

Color convert

RGB 172 107 5 -
CMYK 0 0.38 0.97 0.33
HSL 36.65º 0.94% 0.35% -
HSV(B) 36.65º 0.97% 0.67% -
XYZ 22.3 19.3 2.69 -
YUV 114.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 172 107 5 0 0.38 0.97 0.33 36.65 0.94 0.35
Hex AC 6B 5 0 26 61 21 25 5E 23
Octal 254 153 5 0 46 141 41 45 136 43
Binary 10101100 1101011 101 0 100110 1100001 100001 100101 1011110 100011

Color Harmonies of #AC6B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B05

Black with #AC6B05

Text Example


Text Example

White with #AC6B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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