Html Css Color HEX #A37906 Dark Goldenrod

📋 copy color: '#A37906'

red 163 ◦ green 121 ◦ blue 6

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

Shades of Dark Goldenrod #A37906

Tints of Dark Goldenrod #A37906

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

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

R = 56.21%
G = 41.72%
B = 2.07%

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

#A37906 (or 0xA37906) is known color: Dark Goldenrod. HEX triplet: A3, 79 and 06. RGB value is (163,121,6). Sum of RGB (Red+Green+Blue) = 163+121+6=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A37906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37906 is #5C86F9. Grayscale: #787878. Windows color (decimal): -6063866 or 424355. OLE color: 424355.

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

Color convert

RGB 163 121 6 -
CMYK 0 0.26 0.96 0.36
HSL 43.95º 0.93% 0.33% -
HSV(B) 43.95º 0.96% 0.64% -
XYZ 21.97 21.47 3.16 -
YUV 120.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 163 121 6 0 0.26 0.96 0.36 43.95 0.93 0.33
Hex A3 79 6 0 1A 60 24 2C 5D 21
Octal 243 171 6 0 32 140 44 54 135 41
Binary 10100011 1111001 110 0 11010 1100000 100100 101100 1011101 100001

Color Harmonies of #A37906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37906

Black with #A37906

Text Example


Text Example

White with #A37906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37906; }

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

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

background-color css

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

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

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

border-color css

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

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

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