Html Css Color HEX #A97501 Dark Goldenrod

📋 copy color: '#A97501'

red 169 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #A97501

Tints of Dark Goldenrod #A97501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

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

R = 58.89%
G = 40.77%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A97501 (or 0xA97501) is known color: Dark Goldenrod. HEX triplet: A9, 75 and 01. RGB value is (169,117,1). Sum of RGB (Red+Green+Blue) = 169+117+1=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A97501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97501 is #568AFE. Grayscale: #777777. Windows color (decimal): -5671679 or 95657. OLE color: 95657.

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

Color convert

RGB 169 117 1 -
CMYK 0 0.31 0.99 0.34
HSL 41.43º 0.99% 0.33% -
HSV(B) 41.43º 0.99% 0.66% -
XYZ 22.73 21.16 2.92 -
YUV 119.32 61.23 163.43 -
System Red Green Blue C M Y K H S L
Decimal 169 117 1 0 0.31 0.99 0.34 41.43 0.99 0.33
Hex A9 75 1 0 1F 63 22 29 63 21
Octal 251 165 1 0 37 143 42 51 143 41
Binary 10101001 1110101 1 0 11111 1100011 100010 101001 1100011 100001

Color Harmonies of #A97501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97501

Black with #A97501

Text Example


Text Example

White with #A97501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97501; }

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

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

background-color css

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

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

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

border-color css

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

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

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