Html Css Color HEX #A98701 Dark Goldenrod

📋 copy color: '#A98701'

red 169 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #A98701

Tints of Dark Goldenrod #A98701

RGB

 RED value IS 169 (66.41% from 255) = 55.41%

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

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

R = 55.41%
G = 44.26%
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

#A98701 (or 0xA98701) is known color: Dark Goldenrod. HEX triplet: A9, 87 and 01. RGB value is (169,135,1). Sum of RGB (Red+Green+Blue) = 169+135+1=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A98701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98701 is #5678FE. Grayscale: #828282. Windows color (decimal): -5667071 or 100265. OLE color: 100265.

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

Color convert

RGB 169 135 1 -
CMYK 0 0.20 0.99 0.34
HSL 47.86º 0.99% 0.33% -
HSV(B) 47.86º 0.99% 0.66% -
XYZ 25.03 25.77 3.68 -
YUV 129.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 169 135 1 0 0.20 0.99 0.34 47.86 0.99 0.33
Hex A9 87 1 0 14 63 22 30 63 21
Octal 251 207 1 0 24 143 42 60 143 41
Binary 10101001 10000111 1 0 10100 1100011 100010 110000 1100011 100001

Color Harmonies of #A98701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98701

Black with #A98701

Text Example


Text Example

White with #A98701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98701; }

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

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

background-color css

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

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

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

border-color css

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

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

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