Html Css Color HEX #A38570 Sandal

📋 copy color: '#A38570'

red 163 ◦ green 133 ◦ blue 112

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

Shades of Sandal #A38570

Tints of Sandal #A38570

RGB

 RED value IS 163 (64.06% from 255) = 39.95%

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

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

R = 39.95%
G = 32.6%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A38570 (or 0xA38570) is known color: Sandal. HEX triplet: A3, 85 and 70. RGB value is (163,133,112). Sum of RGB (Red+Green+Blue) = 163+133+112=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A38570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38570 is #5C7A8F. Grayscale: #8B8B8B. Windows color (decimal): -6060688 or 7374243. OLE color: 7374243.

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

Color convert

RGB 163 133 112 -
CMYK 0 0.18 0.31 0.36
HSL 24.71º 0.22% 0.54% -
HSV(B) 24.71º 0.31% 0.64% -
XYZ 26.42 25.73 18.9 -
YUV 139.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 163 133 112 0 0.18 0.31 0.36 24.71 0.22 0.54
Hex A3 85 70 0 12 1F 24 19 16 36
Octal 243 205 160 0 22 37 44 31 26 66
Binary 10100011 10000101 1110000 0 10010 11111 100100 11001 10110 110110

Color Harmonies of #A38570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38570

Black with #A38570

Text Example


Text Example

White with #A38570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38570; }

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

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

background-color css

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

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

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

border-color css

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

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

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