Html Css Color HEX #AC5A01 Golden Brown

📋 copy color: '#AC5A01'

red 172 ◦ green 90 ◦ blue 1

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

Shades of Golden Brown #AC5A01

Tints of Golden Brown #AC5A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 65.4%
G = 34.22%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC5A01 (or 0xAC5A01) is known color: Golden Brown. HEX triplet: AC, 5A and 01. RGB value is (172,90,1). Sum of RGB (Red+Green+Blue) = 172+90+1=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A01 is #53A5FE. Grayscale: #686868. Windows color (decimal): -5481983 or 88748. OLE color: 88748.

HSL color Cylindrical-coordinate representation of color #AC5A01: hue angle of 31.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC5A01 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 1 -
CMYK 0 0.48 0.99 0.33
HSL 31.23º 0.99% 0.34% -
HSV(B) 31.23º 0.99% 0.67% -
XYZ 20.67 16.09 2.04 -
YUV 104.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 172 90 1 0 0.48 0.99 0.33 31.23 0.99 0.34
Hex AC 5A 1 0 30 63 21 1F 63 22
Octal 254 132 1 0 60 143 41 37 143 42
Binary 10101100 1011010 1 0 110000 1100011 100001 11111 1100011 100010

Color Harmonies of #AC5A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A01

Black with #AC5A01

Text Example


Text Example

White with #AC5A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A01; }

 p { color: rgb(172,90,1); }

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

background-color css

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

 a { background-color: rgb(172,90,1); }

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

border-color css

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

 span { border-color: rgb(172,90,1); }

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