Html Css Color HEX #A97402 Dark Goldenrod

📋 copy color: '#A97402'

red 169 ◦ green 116 ◦ blue 2

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

Shades of Dark Goldenrod #A97402

Tints of Dark Goldenrod #A97402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 58.89%
G = 40.42%
B = 0.7%

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

#A97402 (or 0xA97402) is known color: Dark Goldenrod. HEX triplet: A9, 74 and 02. RGB value is (169,116,2). Sum of RGB (Red+Green+Blue) = 169+116+2=287 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.89% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 169 - color contains mainly: red. Hex color #A97402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97402 is #568BFD. Grayscale: #777777. Windows color (decimal): -5671934 or 160937. OLE color: 160937.

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

Color convert

RGB 169 116 2 -
CMYK 0 0.31 0.99 0.34
HSL 40.96º 0.98% 0.34% -
HSV(B) 40.96º 0.99% 0.66% -
XYZ 22.62 20.93 2.91 -
YUV 118.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 169 116 2 0 0.31 0.99 0.34 40.96 0.98 0.34
Hex A9 74 2 0 1F 63 22 29 62 22
Octal 251 164 2 0 37 143 42 51 142 42
Binary 10101001 1110100 10 0 11111 1100011 100010 101001 1100010 100010

Color Harmonies of #A97402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97402

Black with #A97402

Text Example


Text Example

White with #A97402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97402; }

 p { color: rgb(169,116,2); }

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

background-color css

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

 a { background-color: rgb(169,116,2); }

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

border-color css

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

 span { border-color: rgb(169,116,2); }

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