Html Css Color HEX #A5856A Sandal

📋 copy color: '#A5856A'

red 165 ◦ green 133 ◦ blue 106

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

Shades of Sandal #A5856A

Tints of Sandal #A5856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 40.84%
G = 32.92%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5856A (or 0xA5856A) is known color: Sandal. HEX triplet: A5, 85 and 6A. RGB value is (165,133,106). Sum of RGB (Red+Green+Blue) = 165+133+106=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5856A is #5A7A95. Grayscale: #8B8B8B. Windows color (decimal): -5929622 or 6981029. OLE color: 6981029.

HSL color Cylindrical-coordinate representation of color #A5856A: hue angle of 27.46º 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 #A5856A is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 106 -
CMYK 0 0.19 0.36 0.35
HSL 27.46º 0.25% 0.53% -
HSV(B) 27.46º 0.36% 0.65% -
XYZ 26.51 25.82 17.22 -
YUV 139.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 165 133 106 0 0.19 0.36 0.35 27.46 0.25 0.53
Hex A5 85 6A 0 13 24 23 1B 19 35
Octal 245 205 152 0 23 44 43 33 31 65
Binary 10100101 10000101 1101010 0 10011 100100 100011 11011 11001 110101

Color Harmonies of #A5856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5856A

Black with #A5856A

Text Example


Text Example

White with #A5856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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