Html Css Color HEX #A48805 Dark Goldenrod

📋 copy color: '#A48805'

red 164 ◦ green 136 ◦ blue 5

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

Shades of Dark Goldenrod #A48805

Tints of Dark Goldenrod #A48805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 53.77%
G = 44.59%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A48805 (or 0xA48805) is known color: Dark Goldenrod. HEX triplet: A4, 88 and 05. RGB value is (164,136,5). Sum of RGB (Red+Green+Blue) = 164+136+5=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A48805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48805 is #5B77FA. Grayscale: #818181. Windows color (decimal): -5994491 or 362660. OLE color: 362660.

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

Color convert

RGB 164 136 5 -
CMYK 0 0.17 0.97 0.36
HSL 49.43º 0.94% 0.33% -
HSV(B) 49.43º 0.97% 0.64% -
XYZ 24.14 25.51 3.8 -
YUV 129.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 164 136 5 0 0.17 0.97 0.36 49.43 0.94 0.33
Hex A4 88 5 0 11 61 24 31 5E 21
Octal 244 210 5 0 21 141 44 61 136 41
Binary 10100100 10001000 101 0 10001 1100001 100100 110001 1011110 100001

Color Harmonies of #A48805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48805

Black with #A48805

Text Example


Text Example

White with #A48805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48805; }

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

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

background-color css

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

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

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

border-color css

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

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

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