Html Css Color HEX #A48D05 Dark Goldenrod

📋 copy color: '#A48D05'

red 164 ◦ green 141 ◦ blue 5

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

Shades of Dark Goldenrod #A48D05

Tints of Dark Goldenrod #A48D05

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.48%

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

R = 52.9%
G = 45.48%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A48D05 (or 0xA48D05) is known color: Dark Goldenrod. HEX triplet: A4, 8D and 05. RGB value is (164,141,5). Sum of RGB (Red+Green+Blue) = 164+141+5=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D05 is #5B72FA. Grayscale: #848484. Windows color (decimal): -5993211 or 363940. OLE color: 363940.

HSL color Cylindrical-coordinate representation of color #A48D05: hue angle of 51.32º 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 #A48D05 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 5 -
CMYK 0 0.14 0.97 0.36
HSL 51.32º 0.94% 0.33% -
HSV(B) 51.32º 0.97% 0.64% -
XYZ 24.86 26.95 4.04 -
YUV 132.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 164 141 5 0 0.14 0.97 0.36 51.32 0.94 0.33
Hex A4 8D 5 0 E 61 24 33 5E 21
Octal 244 215 5 0 16 141 44 63 136 41
Binary 10100100 10001101 101 0 1110 1100001 100100 110011 1011110 100001

Color Harmonies of #A48D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D05

Black with #A48D05

Text Example


Text Example

White with #A48D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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