Html Css Color HEX #A87304 Dark Goldenrod

📋 copy color: '#A87304'

red 168 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #A87304

Tints of Dark Goldenrod #A87304

RGB

 RED value IS 168 (66.02% from 255) = 58.54%

 GREEN value IS 115 (45.31% from 255) = 40.07%

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

R = 58.54%
G = 40.07%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A87304 (or 0xA87304) is known color: Dark Goldenrod. HEX triplet: A8, 73 and 04. RGB value is (168,115,4). Sum of RGB (Red+Green+Blue) = 168+115+4=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A87304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87304 is #578CFB. Grayscale: #767676. Windows color (decimal): -5737724 or 291752. OLE color: 291752.

HSL color Cylindrical-coordinate representation of color #A87304: hue angle of 40.61º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A87304 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 115 4 -
CMYK 0 0.32 0.98 0.34
HSL 40.61º 0.95% 0.34% -
HSV(B) 40.61º 0.98% 0.66% -
XYZ 22.3 20.6 2.91 -
YUV 118.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 168 115 4 0 0.32 0.98 0.34 40.61 0.95 0.34
Hex A8 73 4 0 20 62 22 29 5F 22
Octal 250 163 4 0 40 142 42 51 137 42
Binary 10101000 1110011 100 0 100000 1100010 100010 101001 1011111 100010

Color Harmonies of #A87304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87304

Black with #A87304

Text Example


Text Example

White with #A87304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87304; }

 p { color: rgb(168,115,4); }

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

background-color css

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

 a { background-color: rgb(168,115,4); }

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

border-color css

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

 span { border-color: rgb(168,115,4); }

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