Html Css Color HEX #A98410 Dark Goldenrod

📋 copy color: '#A98410'

red 169 ◦ green 132 ◦ blue 16

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

Shades of Dark Goldenrod #A98410

Tints of Dark Goldenrod #A98410

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.64%

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 53.31%
G = 41.64%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A98410 (or 0xA98410) is known color: Dark Goldenrod. HEX triplet: A9, 84 and 10. RGB value is (169,132,16). Sum of RGB (Red+Green+Blue) = 169+132+16=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A98410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98410 is #567BEF. Grayscale: #828282. Windows color (decimal): -5667824 or 1082537. OLE color: 1082537.

HSL color Cylindrical-coordinate representation of color #A98410: hue angle of 45.49º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A98410 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 132 16 -
CMYK 0 0.22 0.91 0.34
HSL 45.49º 0.83% 0.36% -
HSV(B) 45.49º 0.91% 0.66% -
XYZ 24.71 24.97 4.01 -
YUV 129.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 169 132 16 0 0.22 0.91 0.34 45.49 0.83 0.36
Hex A9 84 10 0 16 5B 22 2D 53 24
Octal 251 204 20 0 26 133 42 55 123 44
Binary 10101001 10000100 10000 0 10110 1011011 100010 101101 1010011 100100

Color Harmonies of #A98410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98410

Black with #A98410

Text Example


Text Example

White with #A98410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98410; }

 p { color: rgb(169,132,16); }

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

background-color css

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

 a { background-color: rgb(169,132,16); }

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

border-color css

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

 span { border-color: rgb(169,132,16); }

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