Html Css Color HEX #A48506 Dark Goldenrod

📋 copy color: '#A48506'

red 164 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #A48506

Tints of Dark Goldenrod #A48506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

 BLUE value IS 6 (2.73% from 255) = 1.98%

R = 54.13%
G = 43.89%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A48506 (or 0xA48506) is known color: Dark Goldenrod. HEX triplet: A4, 85 and 06. RGB value is (164,133,6). Sum of RGB (Red+Green+Blue) = 164+133+6=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A48506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48506 is #5B7AF9. Grayscale: #808080. Windows color (decimal): -5995258 or 427428. OLE color: 427428.

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

Color convert

RGB 164 133 6 -
CMYK 0 0.19 0.96 0.36
HSL 48.23º 0.93% 0.33% -
HSV(B) 48.23º 0.96% 0.64% -
XYZ 23.73 24.68 3.69 -
YUV 127.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 164 133 6 0 0.19 0.96 0.36 48.23 0.93 0.33
Hex A4 85 6 0 13 60 24 30 5D 21
Octal 244 205 6 0 23 140 44 60 135 41
Binary 10100100 10000101 110 0 10011 1100000 100100 110000 1011101 100001

Color Harmonies of #A48506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48506

Black with #A48506

Text Example


Text Example

White with #A48506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48506; }

 p { color: rgb(164,133,6); }

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

background-color css

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

 a { background-color: rgb(164,133,6); }

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

border-color css

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

 span { border-color: rgb(164,133,6); }

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