Html Css Color HEX #A48768 Sandal

📋 copy color: '#A48768'

red 164 ◦ green 135 ◦ blue 104

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

Shades of Sandal #A48768

Tints of Sandal #A48768

RGB

 RED value IS 164 (64.45% from 255) = 40.69%

 GREEN value IS 135 (53.13% from 255) = 33.5%

 BLUE value IS 104 (41.02% from 255) = 25.81%

R = 40.69%
G = 33.5%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A48768 (or 0xA48768) is known color: Sandal. HEX triplet: A4, 87 and 68. RGB value is (164,135,104). Sum of RGB (Red+Green+Blue) = 164+135+104=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A48768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48768 is #5B7897. Grayscale: #8C8C8C. Windows color (decimal): -5994648 or 6850468. OLE color: 6850468.

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

Color convert

RGB 164 135 104 -
CMYK 0 0.18 0.37 0.36
HSL 31º 0.25% 0.53% -
HSV(B) 31º 0.37% 0.64% -
XYZ 26.47 26.22 16.76 -
YUV 140.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 164 135 104 0 0.18 0.37 0.36 31 0.25 0.53
Hex A4 87 68 0 12 25 24 1F 19 35
Octal 244 207 150 0 22 45 44 37 31 65
Binary 10100100 10000111 1101000 0 10010 100101 100100 11111 11001 110101

Color Harmonies of #A48768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48768

Black with #A48768

Text Example


Text Example

White with #A48768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48768; }

 p { color: rgb(164,135,104); }

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

background-color css

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

 a { background-color: rgb(164,135,104); }

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

border-color css

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

 span { border-color: rgb(164,135,104); }

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