Html Css Color HEX #A98201 Dark Goldenrod

📋 copy color: '#A98201'

red 169 ◦ green 130 ◦ blue 1

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

Shades of Dark Goldenrod #A98201

Tints of Dark Goldenrod #A98201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

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

R = 56.33%
G = 43.33%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A98201 (or 0xA98201) is known color: Dark Goldenrod. HEX triplet: A9, 82 and 01. RGB value is (169,130,1). Sum of RGB (Red+Green+Blue) = 169+130+1=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A98201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98201 is #567DFE. Grayscale: #7F7F7F. Windows color (decimal): -5668351 or 98985. OLE color: 98985.

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

Color convert

RGB 169 130 1 -
CMYK 0 0.23 0.99 0.34
HSL 46.07º 0.99% 0.33% -
HSV(B) 46.07º 0.99% 0.66% -
XYZ 24.35 24.4 3.46 -
YUV 126.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 169 130 1 0 0.23 0.99 0.34 46.07 0.99 0.33
Hex A9 82 1 0 17 63 22 2E 63 21
Octal 251 202 1 0 27 143 42 56 143 41
Binary 10101001 10000010 1 0 10111 1100011 100010 101110 1100011 100001

Color Harmonies of #A98201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98201

Black with #A98201

Text Example


Text Example

White with #A98201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98201; }

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

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

background-color css

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

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

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

border-color css

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

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

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