Html Css Color HEX #A5896A Sandal

📋 copy color: '#A5896A'

red 165 ◦ green 137 ◦ blue 106

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

Shades of Sandal #A5896A

Tints of Sandal #A5896A

RGB

 RED value IS 165 (64.84% from 255) = 40.44%

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 106 (41.8% from 255) = 25.98%

R = 40.44%
G = 33.58%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5896A (or 0xA5896A) is known color: Sandal. HEX triplet: A5, 89 and 6A. RGB value is (165,137,106). Sum of RGB (Red+Green+Blue) = 165+137+106=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A5896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5896A is #5A7695. Grayscale: #8D8D8D. Windows color (decimal): -5928598 or 6982053. OLE color: 6982053.

HSL color Cylindrical-coordinate representation of color #A5896A: hue angle of 31.53º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5896A is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 137 106 -
CMYK 0 0.17 0.36 0.35
HSL 31.53º 0.25% 0.53% -
HSV(B) 31.53º 0.36% 0.65% -
XYZ 27.06 26.93 17.41 -
YUV 141.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 165 137 106 0 0.17 0.36 0.35 31.53 0.25 0.53
Hex A5 89 6A 0 11 24 23 20 19 35
Octal 245 211 152 0 21 44 43 40 31 65
Binary 10100101 10001001 1101010 0 10001 100100 100011 100000 11001 110101

Color Harmonies of #A5896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5896A

Black with #A5896A

Text Example


Text Example

White with #A5896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5896A; }

 p { color: rgb(165,137,106); }

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

background-color css

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

 a { background-color: rgb(165,137,106); }

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

border-color css

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

 span { border-color: rgb(165,137,106); }

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