Html Css Color HEX #AC5A07 Golden Brown

📋 copy color: '#AC5A07'

red 172 ◦ green 90 ◦ blue 7

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

Shades of Golden Brown #AC5A07

Tints of Golden Brown #AC5A07

RGB

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

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

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

R = 63.94%
G = 33.46%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC5A07 (or 0xAC5A07) is known color: Golden Brown. HEX triplet: AC, 5A and 07. RGB value is (172,90,7). Sum of RGB (Red+Green+Blue) = 172+90+7=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A07 is #53A5F8. Grayscale: #696969. Windows color (decimal): -5481977 or 481964. OLE color: 481964.

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

Color convert

RGB 172 90 7 -
CMYK 0 0.48 0.96 0.33
HSL 30.18º 0.92% 0.35% -
HSV(B) 30.18º 0.96% 0.67% -
XYZ 20.71 16.1 2.22 -
YUV 105.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 172 90 7 0 0.48 0.96 0.33 30.18 0.92 0.35
Hex AC 5A 7 0 30 60 21 1E 5C 23
Octal 254 132 7 0 60 140 41 36 134 43
Binary 10101100 1011010 111 0 110000 1100000 100001 11110 1011100 100011

Color Harmonies of #AC5A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A07

Black with #AC5A07

Text Example


Text Example

White with #AC5A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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