Html Css Color HEX #A48570 Sandal

📋 copy color: '#A48570'

red 164 ◦ green 133 ◦ blue 112

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

Shades of Sandal #A48570

Tints of Sandal #A48570

RGB

 RED value IS 164 (64.45% from 255) = 40.1%

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

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 40.1%
G = 32.52%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A48570 (or 0xA48570) is known color: Sandal. HEX triplet: A4, 85 and 70. RGB value is (164,133,112). Sum of RGB (Red+Green+Blue) = 164+133+112=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A48570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48570 is #5B7A8F. Grayscale: #8B8B8B. Windows color (decimal): -5995152 or 7374244. OLE color: 7374244.

HSL color Cylindrical-coordinate representation of color #A48570: hue angle of 24.23º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A48570 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 112 -
CMYK 0 0.19 0.32 0.36
HSL 24.23º 0.22% 0.54% -
HSV(B) 24.23º 0.32% 0.64% -
XYZ 26.62 25.84 18.91 -
YUV 139.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 164 133 112 0 0.19 0.32 0.36 24.23 0.22 0.54
Hex A4 85 70 0 13 20 24 18 16 36
Octal 244 205 160 0 23 40 44 30 26 66
Binary 10100100 10000101 1110000 0 10011 100000 100100 11000 10110 110110

Color Harmonies of #A48570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48570

Black with #A48570

Text Example


Text Example

White with #A48570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48570; }

 p { color: rgb(164,133,112); }

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

background-color css

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

 a { background-color: rgb(164,133,112); }

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

border-color css

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

 span { border-color: rgb(164,133,112); }

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