Html Css Color HEX #A88701 Dark Goldenrod

📋 copy color: '#A88701'

red 168 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #A88701

Tints of Dark Goldenrod #A88701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 55.26%
G = 44.41%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A88701 (or 0xA88701) is known color: Dark Goldenrod. HEX triplet: A8, 87 and 01. RGB value is (168,135,1). Sum of RGB (Red+Green+Blue) = 168+135+1=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A88701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88701 is #5778FE. Grayscale: #828282. Windows color (decimal): -5732607 or 100264. OLE color: 100264.

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

Color convert

RGB 168 135 1 -
CMYK 0 0.20 0.99 0.34
HSL 48.14º 0.99% 0.33% -
HSV(B) 48.14º 0.99% 0.66% -
XYZ 24.82 25.65 3.67 -
YUV 129.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 168 135 1 0 0.20 0.99 0.34 48.14 0.99 0.33
Hex A8 87 1 0 14 63 22 30 63 21
Octal 250 207 1 0 24 143 42 60 143 41
Binary 10101000 10000111 1 0 10100 1100011 100010 110000 1100011 100001

Color Harmonies of #A88701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88701

Black with #A88701

Text Example


Text Example

White with #A88701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88701; }

 p { color: rgb(168,135,1); }

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

background-color css

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

 a { background-color: rgb(168,135,1); }

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

border-color css

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

 span { border-color: rgb(168,135,1); }

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