Html Css Color HEX #A37806 Dark Goldenrod

📋 copy color: '#A37806'

red 163 ◦ green 120 ◦ blue 6

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

Shades of Dark Goldenrod #A37806

Tints of Dark Goldenrod #A37806

RGB

 RED value IS 163 (64.06% from 255) = 56.4%

 GREEN value IS 120 (47.27% from 255) = 41.52%

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

R = 56.4%
G = 41.52%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A37806 (or 0xA37806) is known color: Dark Goldenrod. HEX triplet: A3, 78 and 06. RGB value is (163,120,6). Sum of RGB (Red+Green+Blue) = 163+120+6=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A37806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37806 is #5C87F9. Grayscale: #787878. Windows color (decimal): -6064122 or 424099. OLE color: 424099.

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

Color convert

RGB 163 120 6 -
CMYK 0 0.26 0.96 0.36
HSL 43.57º 0.93% 0.33% -
HSV(B) 43.57º 0.96% 0.64% -
XYZ 21.85 21.23 3.12 -
YUV 119.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 163 120 6 0 0.26 0.96 0.36 43.57 0.93 0.33
Hex A3 78 6 0 1A 60 24 2C 5D 21
Octal 243 170 6 0 32 140 44 54 135 41
Binary 10100011 1111000 110 0 11010 1100000 100100 101100 1011101 100001

Color Harmonies of #A37806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37806

Black with #A37806

Text Example


Text Example

White with #A37806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37806; }

 p { color: rgb(163,120,6); }

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

background-color css

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

 a { background-color: rgb(163,120,6); }

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

border-color css

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

 span { border-color: rgb(163,120,6); }

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