Html Css Color HEX #A37604 Dark Goldenrod

📋 copy color: '#A37604'

red 163 ◦ green 118 ◦ blue 4

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

Shades of Dark Goldenrod #A37604

Tints of Dark Goldenrod #A37604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 57.19%
G = 41.4%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A37604 (or 0xA37604) is known color: Dark Goldenrod. HEX triplet: A3, 76 and 04. RGB value is (163,118,4). Sum of RGB (Red+Green+Blue) = 163+118+4=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A37604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37604 is #5C89FB. Grayscale: #767676. Windows color (decimal): -6064636 or 292515. OLE color: 292515.

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

Color convert

RGB 163 118 4 -
CMYK 0 0.28 0.98 0.36
HSL 43.02º 0.95% 0.33% -
HSV(B) 43.02º 0.98% 0.64% -
XYZ 21.6 20.75 2.98 -
YUV 118.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 163 118 4 0 0.28 0.98 0.36 43.02 0.95 0.33
Hex A3 76 4 0 1C 62 24 2B 5F 21
Octal 243 166 4 0 34 142 44 53 137 41
Binary 10100011 1110110 100 0 11100 1100010 100100 101011 1011111 100001

Color Harmonies of #A37604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37604

Black with #A37604

Text Example


Text Example

White with #A37604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37604; }

 p { color: rgb(163,118,4); }

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

background-color css

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

 a { background-color: rgb(163,118,4); }

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

border-color css

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

 span { border-color: rgb(163,118,4); }

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