Html Css Color HEX #A38565 Sandal

📋 copy color: '#A38565'

red 163 ◦ green 133 ◦ blue 101

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

Shades of Sandal #A38565

Tints of Sandal #A38565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 41.06%
G = 33.5%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A38565 (or 0xA38565) is known color: Sandal. HEX triplet: A3, 85 and 65. RGB value is (163,133,101). Sum of RGB (Red+Green+Blue) = 163+133+101=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A38565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38565 is #5C7A9A. Grayscale: #8A8A8A. Windows color (decimal): -6060699 or 6653347. OLE color: 6653347.

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

Color convert

RGB 163 133 101 -
CMYK 0 0.18 0.38 0.36
HSL 30.97º 0.25% 0.52% -
HSV(B) 30.97º 0.38% 0.64% -
XYZ 25.84 25.5 15.87 -
YUV 138.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 163 133 101 0 0.18 0.38 0.36 30.97 0.25 0.52
Hex A3 85 65 0 12 26 24 1F 19 34
Octal 243 205 145 0 22 46 44 37 31 64
Binary 10100011 10000101 1100101 0 10010 100110 100100 11111 11001 110100

Color Harmonies of #A38565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38565

Black with #A38565

Text Example


Text Example

White with #A38565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38565; }

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

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

background-color css

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

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

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

border-color css

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

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

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