Html Css Color HEX #A37E05 Dark Goldenrod

📋 copy color: '#A37E05'

red 163 ◦ green 126 ◦ blue 5

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

Shades of Dark Goldenrod #A37E05

Tints of Dark Goldenrod #A37E05

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.86%

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

R = 55.44%
G = 42.86%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A37E05 (or 0xA37E05) is known color: Dark Goldenrod. HEX triplet: A3, 7E and 05. RGB value is (163,126,5). Sum of RGB (Red+Green+Blue) = 163+126+5=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37E05 is #5C81FA. Grayscale: #7B7B7B. Windows color (decimal): -6062587 or 360099. OLE color: 360099.

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

Color convert

RGB 163 126 5 -
CMYK 0 0.23 0.97 0.36
HSL 45.95º 0.94% 0.33% -
HSV(B) 45.95º 0.97% 0.64% -
XYZ 22.59 22.72 3.34 -
YUV 123.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 163 126 5 0 0.23 0.97 0.36 45.95 0.94 0.33
Hex A3 7E 5 0 17 61 24 2E 5E 21
Octal 243 176 5 0 27 141 44 56 136 41
Binary 10100011 1111110 101 0 10111 1100001 100100 101110 1011110 100001

Color Harmonies of #A37E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E05

Black with #A37E05

Text Example


Text Example

White with #A37E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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