Html Css Color HEX #A37705 Dark Goldenrod

📋 copy color: '#A37705'

red 163 ◦ green 119 ◦ blue 5

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

Shades of Dark Goldenrod #A37705

Tints of Dark Goldenrod #A37705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 56.79%
G = 41.46%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A37705 (or 0xA37705) is known color: Dark Goldenrod. HEX triplet: A3, 77 and 05. RGB value is (163,119,5). Sum of RGB (Red+Green+Blue) = 163+119+5=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A37705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37705 is #5C88FA. Grayscale: #777777. Windows color (decimal): -6064379 or 358307. OLE color: 358307.

HSL color Cylindrical-coordinate representation of color #A37705: hue angle of 43.29º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A37705 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 119 5 -
CMYK 0 0.27 0.97 0.36
HSL 43.29º 0.94% 0.33% -
HSV(B) 43.29º 0.97% 0.64% -
XYZ 21.73 20.99 3.05 -
YUV 119.16 63.58 159.27 -
System Red Green Blue C M Y K H S L
Decimal 163 119 5 0 0.27 0.97 0.36 43.29 0.94 0.33
Hex A3 77 5 0 1B 61 24 2B 5E 21
Octal 243 167 5 0 33 141 44 53 136 41
Binary 10100011 1110111 101 0 11011 1100001 100100 101011 1011110 100001

Color Harmonies of #A37705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37705

Black with #A37705

Text Example


Text Example

White with #A37705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37705; }

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

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

background-color css

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

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

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

border-color css

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

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

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