Html Css Color HEX #A98A61 Sandal

📋 copy color: '#A98A61'

red 169 ◦ green 138 ◦ blue 97

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

Shades of Sandal #A98A61

Tints of Sandal #A98A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 41.83%
G = 34.16%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A98A61 (or 0xA98A61) is known color: Sandal. HEX triplet: A9, 8A and 61. RGB value is (169,138,97). Sum of RGB (Red+Green+Blue) = 169+138+97=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A61 is #56759E. Grayscale: #8E8E8E. Windows color (decimal): -5666207 or 6392489. OLE color: 6392489.

HSL color Cylindrical-coordinate representation of color #A98A61: hue angle of 34.17º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A98A61 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 138 97 -
CMYK 0 0.18 0.43 0.34
HSL 34.17º 0.3% 0.52% -
HSV(B) 34.17º 0.43% 0.66% -
XYZ 27.61 27.48 15.16 -
YUV 142.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 169 138 97 0 0.18 0.43 0.34 34.17 0.3 0.52
Hex A9 8A 61 0 12 2B 22 22 1E 34
Octal 251 212 141 0 22 53 42 42 36 64
Binary 10101001 10001010 1100001 0 10010 101011 100010 100010 11110 110100

Color Harmonies of #A98A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98A61

Black with #A98A61

Text Example


Text Example

White with #A98A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98A61; }

 p { color: rgb(169,138,97); }

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

background-color css

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

 a { background-color: rgb(169,138,97); }

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

border-color css

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

 span { border-color: rgb(169,138,97); }

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