Html Css Color HEX #A37706 Dark Goldenrod

📋 copy color: '#A37706'

red 163 ◦ green 119 ◦ blue 6

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

Shades of Dark Goldenrod #A37706

Tints of Dark Goldenrod #A37706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.32%

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

R = 56.6%
G = 41.32%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A37706 (or 0xA37706) is known color: Dark Goldenrod. HEX triplet: A3, 77 and 06. RGB value is (163,119,6). Sum of RGB (Red+Green+Blue) = 163+119+6=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A37706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37706 is #5C88F9. Grayscale: #777777. Windows color (decimal): -6064378 or 423843. OLE color: 423843.

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

Color convert

RGB 163 119 6 -
CMYK 0 0.27 0.96 0.36
HSL 43.18º 0.93% 0.33% -
HSV(B) 43.18º 0.96% 0.64% -
XYZ 21.73 20.99 3.08 -
YUV 119.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 163 119 6 0 0.27 0.96 0.36 43.18 0.93 0.33
Hex A3 77 6 0 1B 60 24 2B 5D 21
Octal 243 167 6 0 33 140 44 53 135 41
Binary 10100011 1110111 110 0 11011 1100000 100100 101011 1011101 100001

Color Harmonies of #A37706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37706

Black with #A37706

Text Example


Text Example

White with #A37706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37706; }

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

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

background-color css

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

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

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

border-color css

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

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

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