Html Css Color HEX #A87300 Dark Goldenrod

📋 copy color: '#A87300'

red 168 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #A87300

Tints of Dark Goldenrod #A87300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.36%
G = 40.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A87300 (or 0xA87300) is known color: Dark Goldenrod. HEX triplet: A8, 73 and 00. RGB value is (168,115,0). Sum of RGB (Red+Green+Blue) = 168+115+0=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A87300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87300 is #578CFF. Grayscale: #767676. Windows color (decimal): -5737728 or 29608. OLE color: 29608.

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

Color convert

RGB 168 115 0 -
CMYK 0 0.32 1 0.34
HSL 41.07º 1% 0.33% -
HSV(B) 41.07º 1% 0.66% -
XYZ 22.28 20.59 2.8 -
YUV 117.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 168 115 0 0 0.32 1 0.34 41.07 1 0.33
Hex A8 73 0 0 20 64 22 29 64 21
Octal 250 163 0 0 40 144 42 51 144 41
Binary 10101000 1110011 0 0 100000 1100100 100010 101001 1100100 100001

Color Harmonies of #A87300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87300

Black with #A87300

Text Example


Text Example

White with #A87300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87300; }

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

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

background-color css

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

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

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

border-color css

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

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

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