Html Css Color HEX #A98B61 Sandal

📋 copy color: '#A98B61'

red 169 ◦ green 139 ◦ blue 97

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

Shades of Sandal #A98B61

Tints of Sandal #A98B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

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

R = 41.73%
G = 34.32%
B = 23.95%

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

#A98B61 (or 0xA98B61) is known color: Sandal. HEX triplet: A9, 8B and 61. RGB value is (169,139,97). Sum of RGB (Red+Green+Blue) = 169+139+97=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B61 is #56749E. Grayscale: #8F8F8F. Windows color (decimal): -5665951 or 6392745. OLE color: 6392745.

HSL color Cylindrical-coordinate representation of color #A98B61: hue angle of 35º 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 #A98B61 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 139 97 -
CMYK 0 0.18 0.43 0.34
HSL 35º 0.3% 0.52% -
HSV(B) 35º 0.43% 0.66% -
XYZ 27.75 27.76 15.21 -
YUV 143.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 169 139 97 0 0.18 0.43 0.34 35 0.3 0.52
Hex A9 8B 61 0 12 2B 22 23 1E 34
Octal 251 213 141 0 22 53 42 43 36 64
Binary 10101001 10001011 1100001 0 10010 101011 100010 100011 11110 110100

Color Harmonies of #A98B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98B61

Black with #A98B61

Text Example


Text Example

White with #A98B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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