Html Css Color HEX #A87503 Dark Goldenrod

📋 copy color: '#A87503'

red 168 ◦ green 117 ◦ blue 3

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

Shades of Dark Goldenrod #A87503

Tints of Dark Goldenrod #A87503

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.63%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 58.33%
G = 40.63%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A87503 (or 0xA87503) is known color: Dark Goldenrod. HEX triplet: A8, 75 and 03. RGB value is (168,117,3). Sum of RGB (Red+Green+Blue) = 168+117+3=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A87503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87503 is #578AFC. Grayscale: #777777. Windows color (decimal): -5737213 or 226728. OLE color: 226728.

HSL color Cylindrical-coordinate representation of color #A87503: hue angle of 41.45º degrees, saturation: 0.96, 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 #A87503 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 117 3 -
CMYK 0 0.30 0.98 0.34
HSL 41.45º 0.96% 0.34% -
HSV(B) 41.45º 0.98% 0.66% -
XYZ 22.53 21.05 2.96 -
YUV 119.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 168 117 3 0 0.30 0.98 0.34 41.45 0.96 0.34
Hex A8 75 3 0 1E 62 22 29 60 22
Octal 250 165 3 0 36 142 42 51 140 42
Binary 10101000 1110101 11 0 11110 1100010 100010 101001 1100000 100010

Color Harmonies of #A87503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87503

Black with #A87503

Text Example


Text Example

White with #A87503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87503; }

 p { color: rgb(168,117,3); }

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

background-color css

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

 a { background-color: rgb(168,117,3); }

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

border-color css

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

 span { border-color: rgb(168,117,3); }

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