Html Css Color HEX #A98303 Dark Goldenrod

📋 copy color: '#A98303'

red 169 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #A98303

Tints of Dark Goldenrod #A98303

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.23%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 55.78%
G = 43.23%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A98303 (or 0xA98303) is known color: Dark Goldenrod. HEX triplet: A9, 83 and 03. RGB value is (169,131,3). Sum of RGB (Red+Green+Blue) = 169+131+3=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A98303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98303 is #567CFC. Grayscale: #808080. Windows color (decimal): -5668093 or 230313. OLE color: 230313.

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

Color convert

RGB 169 131 3 -
CMYK 0 0.22 0.98 0.34
HSL 46.27º 0.97% 0.34% -
HSV(B) 46.27º 0.98% 0.66% -
XYZ 24.49 24.67 3.56 -
YUV 127.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 169 131 3 0 0.22 0.98 0.34 46.27 0.97 0.34
Hex A9 83 3 0 16 62 22 2E 61 22
Octal 251 203 3 0 26 142 42 56 141 42
Binary 10101001 10000011 11 0 10110 1100010 100010 101110 1100001 100010

Color Harmonies of #A98303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98303

Black with #A98303

Text Example


Text Example

White with #A98303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98303; }

 p { color: rgb(169,131,3); }

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

background-color css

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

 a { background-color: rgb(169,131,3); }

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

border-color css

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

 span { border-color: rgb(169,131,3); }

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