Html Css Color HEX #A98306 Dark Goldenrod

📋 copy color: '#A98306'

red 169 ◦ green 131 ◦ blue 6

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

Shades of Dark Goldenrod #A98306

Tints of Dark Goldenrod #A98306

RGB

 RED value IS 169 (66.41% from 255) = 55.23%

 GREEN value IS 131 (51.56% from 255) = 42.81%

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

R = 55.23%
G = 42.81%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A98306 (or 0xA98306) is known color: Dark Goldenrod. HEX triplet: A9, 83 and 06. RGB value is (169,131,6). Sum of RGB (Red+Green+Blue) = 169+131+6=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A98306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98306 is #567CF9. Grayscale: #808080. Windows color (decimal): -5668090 or 426921. OLE color: 426921.

HSL color Cylindrical-coordinate representation of color #A98306: hue angle of 46.01º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A98306 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 131 6 -
CMYK 0 0.22 0.96 0.34
HSL 46.01º 0.93% 0.34% -
HSV(B) 46.01º 0.96% 0.66% -
XYZ 24.51 24.68 3.64 -
YUV 128.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 169 131 6 0 0.22 0.96 0.34 46.01 0.93 0.34
Hex A9 83 6 0 16 60 22 2E 5D 22
Octal 251 203 6 0 26 140 42 56 135 42
Binary 10101001 10000011 110 0 10110 1100000 100010 101110 1011101 100010

Color Harmonies of #A98306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98306

Black with #A98306

Text Example


Text Example

White with #A98306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98306; }

 p { color: rgb(169,131,6); }

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

background-color css

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

 a { background-color: rgb(169,131,6); }

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

border-color css

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

 span { border-color: rgb(169,131,6); }

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