Html Css Color HEX #A98512 Dark Goldenrod

📋 copy color: '#A98512'

red 169 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #A98512

Tints of Dark Goldenrod #A98512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 52.81%
G = 41.56%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A98512 (or 0xA98512) is known color: Dark Goldenrod. HEX triplet: A9, 85 and 12. RGB value is (169,133,18). Sum of RGB (Red+Green+Blue) = 169+133+18=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A98512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98512 is #567AED. Grayscale: #838383. Windows color (decimal): -5667566 or 1213865. OLE color: 1213865.

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

Color convert

RGB 169 133 18 -
CMYK 0 0.21 0.89 0.34
HSL 45.7º 0.81% 0.37% -
HSV(B) 45.7º 0.89% 0.66% -
XYZ 24.86 25.25 4.14 -
YUV 130.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 169 133 18 0 0.21 0.89 0.34 45.7 0.81 0.37
Hex A9 85 12 0 15 59 22 2E 51 25
Octal 251 205 22 0 25 131 42 56 121 45
Binary 10101001 10000101 10010 0 10101 1011001 100010 101110 1010001 100101

Color Harmonies of #A98512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98512

Black with #A98512

Text Example


Text Example

White with #A98512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98512; }

 p { color: rgb(169,133,18); }

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

background-color css

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

 a { background-color: rgb(169,133,18); }

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

border-color css

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

 span { border-color: rgb(169,133,18); }

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