Html Css Color HEX #A38663 Sandal

📋 copy color: '#A38663'

red 163 ◦ green 134 ◦ blue 99

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

Shades of Sandal #A38663

Tints of Sandal #A38663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

 BLUE value IS 99 (39.06% from 255) = 25%

R = 41.16%
G = 33.84%
B = 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

#A38663 (or 0xA38663) is known color: Sandal. HEX triplet: A3, 86 and 63. RGB value is (163,134,99). Sum of RGB (Red+Green+Blue) = 163+134+99=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A38663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38663 is #5C799C. Grayscale: #8A8A8A. Windows color (decimal): -6060445 or 6522531. OLE color: 6522531.

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

Color convert

RGB 163 134 99 -
CMYK 0 0.18 0.39 0.36
HSL 32.81º 0.26% 0.51% -
HSV(B) 32.81º 0.39% 0.64% -
XYZ 25.88 25.74 15.41 -
YUV 138.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 163 134 99 0 0.18 0.39 0.36 32.81 0.26 0.51
Hex A3 86 63 0 12 27 24 21 1A 33
Octal 243 206 143 0 22 47 44 41 32 63
Binary 10100011 10000110 1100011 0 10010 100111 100100 100001 11010 110011

Color Harmonies of #A38663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38663

Black with #A38663

Text Example


Text Example

White with #A38663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38663; }

 p { color: rgb(163,134,99); }

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

background-color css

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

 a { background-color: rgb(163,134,99); }

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

border-color css

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

 span { border-color: rgb(163,134,99); }

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