Html Css Color HEX #A68562 Sandal

📋 copy color: '#A68562'

red 166 ◦ green 133 ◦ blue 98

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

Shades of Sandal #A68562

Tints of Sandal #A68562

RGB

 RED value IS 166 (65.23% from 255) = 41.81%

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

 BLUE value IS 98 (38.67% from 255) = 24.69%

R = 41.81%
G = 33.5%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A68562 (or 0xA68562) is known color: Sandal. HEX triplet: A6, 85 and 62. RGB value is (166,133,98). Sum of RGB (Red+Green+Blue) = 166+133+98=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A68562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68562 is #597A9D. Grayscale: #8B8B8B. Windows color (decimal): -5864094 or 6456742. OLE color: 6456742.

HSL color Cylindrical-coordinate representation of color #A68562: hue angle of 30.88º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A68562 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 133 98 -
CMYK 0 0.20 0.41 0.35
HSL 30.88º 0.28% 0.52% -
HSV(B) 30.88º 0.41% 0.65% -
XYZ 26.32 25.76 15.14 -
YUV 138.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 166 133 98 0 0.20 0.41 0.35 30.88 0.28 0.52
Hex A6 85 62 0 14 29 23 1F 1C 34
Octal 246 205 142 0 24 51 43 37 34 64
Binary 10100110 10000101 1100010 0 10100 101001 100011 11111 11100 110100

Color Harmonies of #A68562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68562

Black with #A68562

Text Example


Text Example

White with #A68562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68562; }

 p { color: rgb(166,133,98); }

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

background-color css

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

 a { background-color: rgb(166,133,98); }

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

border-color css

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

 span { border-color: rgb(166,133,98); }

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