Html Css Color HEX #AC601A Golden Brown

📋 copy color: '#AC601A'

red 172 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #AC601A

Tints of Golden Brown #AC601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 26 (10.55% from 255) = 8.84%

R = 58.5%
G = 32.65%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC601A (or 0xAC601A) is known color: Golden Brown. HEX triplet: AC, 60 and 1A. RGB value is (172,96,26). Sum of RGB (Red+Green+Blue) = 172+96+26=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC601A is #539FE5. Grayscale: #6F6F6F. Windows color (decimal): -5480422 or 1728684. OLE color: 1728684.

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

Color convert

RGB 172 96 26 -
CMYK 0 0.44 0.85 0.33
HSL 28.77º 0.74% 0.39% -
HSV(B) 28.77º 0.85% 0.67% -
XYZ 21.38 17.21 3.17 -
YUV 110.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 172 96 26 0 0.44 0.85 0.33 28.77 0.74 0.39
Hex AC 60 1A 0 2C 55 21 1D 4A 27
Octal 254 140 32 0 54 125 41 35 112 47
Binary 10101100 1100000 11010 0 101100 1010101 100001 11101 1001010 100111

Color Harmonies of #AC601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC601A

Black with #AC601A

Text Example


Text Example

White with #AC601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC601A; }

 p { color: rgb(172,96,26); }

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

background-color css

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

 a { background-color: rgb(172,96,26); }

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

border-color css

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

 span { border-color: rgb(172,96,26); }

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