Html Css Color HEX #A97B0C Dark Goldenrod

📋 copy color: '#A97B0C'

red 169 ◦ green 123 ◦ blue 12

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

Shades of Dark Goldenrod #A97B0C

Tints of Dark Goldenrod #A97B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 55.59%
G = 40.46%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A97B0C (or 0xA97B0C) is known color: Dark Goldenrod. HEX triplet: A9, 7B and 0C. RGB value is (169,123,12). Sum of RGB (Red+Green+Blue) = 169+123+12=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97B0C is #5684F3. Grayscale: #7C7C7C. Windows color (decimal): -5670132 or 818089. OLE color: 818089.

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

Color convert

RGB 169 123 12 -
CMYK 0 0.27 0.93 0.34
HSL 42.42º 0.87% 0.35% -
HSV(B) 42.42º 0.93% 0.66% -
XYZ 23.51 22.63 3.48 -
YUV 124.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 169 123 12 0 0.27 0.93 0.34 42.42 0.87 0.35
Hex A9 7B C 0 1B 5D 22 2A 57 23
Octal 251 173 14 0 33 135 42 52 127 43
Binary 10101001 1111011 1100 0 11011 1011101 100010 101010 1010111 100011

Color Harmonies of #A97B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97B0C

Black with #A97B0C

Text Example


Text Example

White with #A97B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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