Html Css Color HEX #AC5802 Golden Brown

📋 copy color: '#AC5802'

red 172 ◦ green 88 ◦ blue 2

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

Shades of Golden Brown #AC5802

Tints of Golden Brown #AC5802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 65.65%
G = 33.59%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC5802 (or 0xAC5802) is known color: Golden Brown. HEX triplet: AC, 58 and 02. RGB value is (172,88,2). Sum of RGB (Red+Green+Blue) = 172+88+2=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5802 is #53A7FD. Grayscale: #676767. Windows color (decimal): -5482494 or 153772. OLE color: 153772.

HSL color Cylindrical-coordinate representation of color #AC5802: hue angle of 30.35º degrees, saturation: 0.98, 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 #AC5802 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 88 2 -
CMYK 0 0.49 0.99 0.33
HSL 30.35º 0.98% 0.34% -
HSV(B) 30.35º 0.99% 0.67% -
XYZ 20.51 15.75 2.02 -
YUV 103.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 172 88 2 0 0.49 0.99 0.33 30.35 0.98 0.34
Hex AC 58 2 0 31 63 21 1E 62 22
Octal 254 130 2 0 61 143 41 36 142 42
Binary 10101100 1011000 10 0 110001 1100011 100001 11110 1100010 100010

Color Harmonies of #AC5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5802

Black with #AC5802

Text Example


Text Example

White with #AC5802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5802; }

 p { color: rgb(172,88,2); }

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

background-color css

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

 a { background-color: rgb(172,88,2); }

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

border-color css

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

 span { border-color: rgb(172,88,2); }

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