Html Css Color HEX #A37805 Dark Goldenrod

📋 copy color: '#A37805'

red 163 ◦ green 120 ◦ blue 5

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

Shades of Dark Goldenrod #A37805

Tints of Dark Goldenrod #A37805

RGB

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

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

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

R = 56.6%
G = 41.67%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A37805 (or 0xA37805) is known color: Dark Goldenrod. HEX triplet: A3, 78 and 05. RGB value is (163,120,5). Sum of RGB (Red+Green+Blue) = 163+120+5=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A37805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37805 is #5C87FA. Grayscale: #787878. Windows color (decimal): -6064123 or 358563. OLE color: 358563.

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

Color convert

RGB 163 120 5 -
CMYK 0 0.26 0.97 0.36
HSL 43.67º 0.94% 0.33% -
HSV(B) 43.67º 0.97% 0.64% -
XYZ 21.85 21.23 3.09 -
YUV 119.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 163 120 5 0 0.26 0.97 0.36 43.67 0.94 0.33
Hex A3 78 5 0 1A 61 24 2C 5E 21
Octal 243 170 5 0 32 141 44 54 136 41
Binary 10100011 1111000 101 0 11010 1100001 100100 101100 1011110 100001

Color Harmonies of #A37805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37805

Black with #A37805

Text Example


Text Example

White with #A37805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37805; }

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

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

background-color css

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

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

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

border-color css

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

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

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