Html Css Color HEX #A97F01 Dark Goldenrod

📋 copy color: '#A97F01'

red 169 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #A97F01

Tints of Dark Goldenrod #A97F01

RGB

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

 GREEN value IS 127 (50% from 255) = 42.76%

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

R = 56.9%
G = 42.76%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A97F01 (or 0xA97F01) is known color: Dark Goldenrod. HEX triplet: A9, 7F and 01. RGB value is (169,127,1). Sum of RGB (Red+Green+Blue) = 169+127+1=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97F01 is #5680FE. Grayscale: #7D7D7D. Windows color (decimal): -5669119 or 98217. OLE color: 98217.

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

Color convert

RGB 169 127 1 -
CMYK 0 0.25 0.99 0.34
HSL 45º 0.99% 0.33% -
HSV(B) 45º 0.99% 0.66% -
XYZ 23.96 23.62 3.32 -
YUV 125.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 169 127 1 0 0.25 0.99 0.34 45 0.99 0.33
Hex A9 7F 1 0 19 63 22 2D 63 21
Octal 251 177 1 0 31 143 42 55 143 41
Binary 10101001 1111111 1 0 11001 1100011 100010 101101 1100011 100001

Color Harmonies of #A97F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97F01

Black with #A97F01

Text Example


Text Example

White with #A97F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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