Html Css Color HEX #AC5D04 Golden Brown

📋 copy color: '#AC5D04'

red 172 ◦ green 93 ◦ blue 4

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

Shades of Golden Brown #AC5D04

Tints of Golden Brown #AC5D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.57%

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 63.94%
G = 34.57%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC5D04 (or 0xAC5D04) is known color: Golden Brown. HEX triplet: AC, 5D and 04. RGB value is (172,93,4). Sum of RGB (Red+Green+Blue) = 172+93+4=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D04 is #53A2FB. Grayscale: #6A6A6A. Windows color (decimal): -5481212 or 286124. OLE color: 286124.

HSL color Cylindrical-coordinate representation of color #AC5D04: hue angle of 31.79º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC5D04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 4 -
CMYK 0 0.46 0.98 0.33
HSL 31.79º 0.95% 0.35% -
HSV(B) 31.79º 0.98% 0.67% -
XYZ 20.95 16.61 2.22 -
YUV 106.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 172 93 4 0 0.46 0.98 0.33 31.79 0.95 0.35
Hex AC 5D 4 0 2E 62 21 20 5F 23
Octal 254 135 4 0 56 142 41 40 137 43
Binary 10101100 1011101 100 0 101110 1100010 100001 100000 1011111 100011

Color Harmonies of #AC5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D04

Black with #AC5D04

Text Example


Text Example

White with #AC5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D04; }

 p { color: rgb(172,93,4); }

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

background-color css

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

 a { background-color: rgb(172,93,4); }

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

border-color css

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

 span { border-color: rgb(172,93,4); }

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