Html Css Color HEX #A87203 Dark Goldenrod

📋 copy color: '#A87203'

red 168 ◦ green 114 ◦ blue 3

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

Shades of Dark Goldenrod #A87203

Tints of Dark Goldenrod #A87203

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40%

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

R = 58.95%
G = 40%
B = 1.05%

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

#A87203 (or 0xA87203) is known color: Dark Goldenrod. HEX triplet: A8, 72 and 03. RGB value is (168,114,3). Sum of RGB (Red+Green+Blue) = 168+114+3=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A87203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87203 is #578DFC. Grayscale: #757575. Windows color (decimal): -5737981 or 225960. OLE color: 225960.

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

Color convert

RGB 168 114 3 -
CMYK 0 0.32 0.98 0.34
HSL 40.36º 0.96% 0.34% -
HSV(B) 40.36º 0.98% 0.66% -
XYZ 22.18 20.37 2.85 -
YUV 117.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 168 114 3 0 0.32 0.98 0.34 40.36 0.96 0.34
Hex A8 72 3 0 20 62 22 28 60 22
Octal 250 162 3 0 40 142 42 50 140 42
Binary 10101000 1110010 11 0 100000 1100010 100010 101000 1100000 100010

Color Harmonies of #A87203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87203

Black with #A87203

Text Example


Text Example

White with #A87203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87203; }

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

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

background-color css

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

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

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

border-color css

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

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

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