Html Css Color HEX #A48C05 Dark Goldenrod

📋 copy color: '#A48C05'

red 164 ◦ green 140 ◦ blue 5

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

Shades of Dark Goldenrod #A48C05

Tints of Dark Goldenrod #A48C05

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.31%

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

R = 53.07%
G = 45.31%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A48C05 (or 0xA48C05) is known color: Dark Goldenrod. HEX triplet: A4, 8C and 05. RGB value is (164,140,5). Sum of RGB (Red+Green+Blue) = 164+140+5=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48C05 is #5B73FA. Grayscale: #848484. Windows color (decimal): -5993467 or 363684. OLE color: 363684.

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

Color convert

RGB 164 140 5 -
CMYK 0 0.15 0.97 0.36
HSL 50.94º 0.94% 0.33% -
HSV(B) 50.94º 0.97% 0.64% -
XYZ 24.72 26.66 3.99 -
YUV 131.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 164 140 5 0 0.15 0.97 0.36 50.94 0.94 0.33
Hex A4 8C 5 0 F 61 24 33 5E 21
Octal 244 214 5 0 17 141 44 63 136 41
Binary 10100100 10001100 101 0 1111 1100001 100100 110011 1011110 100001

Color Harmonies of #A48C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C05

Black with #A48C05

Text Example


Text Example

White with #A48C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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