Html Css Color HEX #A38564 Sandal

📋 copy color: '#A38564'

red 163 ◦ green 133 ◦ blue 100

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

Shades of Sandal #A38564

Tints of Sandal #A38564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.25%

R = 41.16%
G = 33.59%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A38564 (or 0xA38564) is known color: Sandal. HEX triplet: A3, 85 and 64. RGB value is (163,133,100). Sum of RGB (Red+Green+Blue) = 163+133+100=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A38564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38564 is #5C7A9B. Grayscale: #8A8A8A. Windows color (decimal): -6060700 or 6587811. OLE color: 6587811.

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

Color convert

RGB 163 133 100 -
CMYK 0 0.18 0.39 0.36
HSL 31.43º 0.26% 0.52% -
HSV(B) 31.43º 0.39% 0.64% -
XYZ 25.79 25.48 15.62 -
YUV 138.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 163 133 100 0 0.18 0.39 0.36 31.43 0.26 0.52
Hex A3 85 64 0 12 27 24 1F 1A 34
Octal 243 205 144 0 22 47 44 37 32 64
Binary 10100011 10000101 1100100 0 10010 100111 100100 11111 11010 110100

Color Harmonies of #A38564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38564

Black with #A38564

Text Example


Text Example

White with #A38564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38564; }

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

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

background-color css

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

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

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

border-color css

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

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

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