Html Css Color HEX #A38465 Sandal

📋 copy color: '#A38465'

red 163 ◦ green 132 ◦ blue 101

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

Shades of Sandal #A38465

Tints of Sandal #A38465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

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

R = 41.16%
G = 33.33%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A38465 (or 0xA38465) is known color: Sandal. HEX triplet: A3, 84 and 65. RGB value is (163,132,101). Sum of RGB (Red+Green+Blue) = 163+132+101=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A38465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38465 is #5C7B9A. Grayscale: #898989. Windows color (decimal): -6060955 or 6653091. OLE color: 6653091.

HSL color Cylindrical-coordinate representation of color #A38465: hue angle of 30º 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 #A38465 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 132 101 -
CMYK 0 0.19 0.38 0.36
HSL 30º 0.25% 0.52% -
HSV(B) 30º 0.38% 0.64% -
XYZ 25.7 25.23 15.83 -
YUV 137.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 163 132 101 0 0.19 0.38 0.36 30 0.25 0.52
Hex A3 84 65 0 13 26 24 1E 19 34
Octal 243 204 145 0 23 46 44 36 31 64
Binary 10100011 10000100 1100101 0 10011 100110 100100 11110 11001 110100

Color Harmonies of #A38465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38465

Black with #A38465

Text Example


Text Example

White with #A38465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38465; }

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

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

background-color css

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

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

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

border-color css

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

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

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