Html Css Color HEX #A97B0A Dark Goldenrod

📋 copy color: '#A97B0A'

red 169 ◦ green 123 ◦ blue 10

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

Shades of Dark Goldenrod #A97B0A

Tints of Dark Goldenrod #A97B0A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.73%

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 55.96%
G = 40.73%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A97B0A (or 0xA97B0A) is known color: Dark Goldenrod. HEX triplet: A9, 7B and 0A. RGB value is (169,123,10). Sum of RGB (Red+Green+Blue) = 169+123+10=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97B0A is #5684F5. Grayscale: #7C7C7C. Windows color (decimal): -5670134 or 687017. OLE color: 687017.

HSL color Cylindrical-coordinate representation of color #A97B0A: hue angle of 42.64º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A97B0A is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 123 10 -
CMYK 0 0.27 0.94 0.34
HSL 42.64º 0.89% 0.35% -
HSV(B) 42.64º 0.94% 0.66% -
XYZ 23.5 22.62 3.42 -
YUV 123.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 169 123 10 0 0.27 0.94 0.34 42.64 0.89 0.35
Hex A9 7B A 0 1B 5E 22 2B 59 23
Octal 251 173 12 0 33 136 42 53 131 43
Binary 10101001 1111011 1010 0 11011 1011110 100010 101011 1011001 100011

Color Harmonies of #A97B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97B0A

Black with #A97B0A

Text Example


Text Example

White with #A97B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97B0A; }

 p { color: rgb(169,123,10); }

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

background-color css

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

 a { background-color: rgb(169,123,10); }

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

border-color css

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

 span { border-color: rgb(169,123,10); }

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