Html Css Color HEX #A48804 Dark Goldenrod

📋 copy color: '#A48804'

red 164 ◦ green 136 ◦ blue 4

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

Shades of Dark Goldenrod #A48804

Tints of Dark Goldenrod #A48804

RGB

 RED value IS 164 (64.45% from 255) = 53.95%

 GREEN value IS 136 (53.52% from 255) = 44.74%

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

R = 53.95%
G = 44.74%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A48804 (or 0xA48804) is known color: Dark Goldenrod. HEX triplet: A4, 88 and 04. RGB value is (164,136,4). Sum of RGB (Red+Green+Blue) = 164+136+4=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A48804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48804 is #5B77FB. Grayscale: #818181. Windows color (decimal): -5994492 or 297124. OLE color: 297124.

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

Color convert

RGB 164 136 4 -
CMYK 0 0.17 0.98 0.36
HSL 49.5º 0.95% 0.33% -
HSV(B) 49.5º 0.98% 0.64% -
XYZ 24.14 25.51 3.77 -
YUV 129.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 164 136 4 0 0.17 0.98 0.36 49.5 0.95 0.33
Hex A4 88 4 0 11 62 24 32 5F 21
Octal 244 210 4 0 21 142 44 62 137 41
Binary 10100100 10001000 100 0 10001 1100010 100100 110010 1011111 100001

Color Harmonies of #A48804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48804

Black with #A48804

Text Example


Text Example

White with #A48804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48804; }

 p { color: rgb(164,136,4); }

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

background-color css

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

 a { background-color: rgb(164,136,4); }

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

border-color css

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

 span { border-color: rgb(164,136,4); }

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