Html Css Color HEX #A48906 Dark Goldenrod

📋 copy color: '#A48906'

red 164 ◦ green 137 ◦ blue 6

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

Shades of Dark Goldenrod #A48906

Tints of Dark Goldenrod #A48906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

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

R = 53.42%
G = 44.63%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A48906 (or 0xA48906) is known color: Dark Goldenrod. HEX triplet: A4, 89 and 06. RGB value is (164,137,6). Sum of RGB (Red+Green+Blue) = 164+137+6=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A48906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48906 is #5B76F9. Grayscale: #828282. Windows color (decimal): -5994234 or 428452. OLE color: 428452.

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

Color convert

RGB 164 137 6 -
CMYK 0 0.16 0.96 0.36
HSL 49.75º 0.93% 0.33% -
HSV(B) 49.75º 0.96% 0.64% -
XYZ 24.29 25.8 3.87 -
YUV 130.14 57.95 152.15 -
System Red Green Blue C M Y K H S L
Decimal 164 137 6 0 0.16 0.96 0.36 49.75 0.93 0.33
Hex A4 89 6 0 10 60 24 32 5D 21
Octal 244 211 6 0 20 140 44 62 135 41
Binary 10100100 10001001 110 0 10000 1100000 100100 110010 1011101 100001

Color Harmonies of #A48906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48906

Black with #A48906

Text Example


Text Example

White with #A48906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48906; }

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

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

background-color css

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

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

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

border-color css

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

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

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