Html Css Color HEX #A68962 Sandal

📋 copy color: '#A68962'

red 166 ◦ green 137 ◦ blue 98

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

Shades of Sandal #A68962

Tints of Sandal #A68962

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

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

R = 41.4%
G = 34.16%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A68962 (or 0xA68962) is known color: Sandal. HEX triplet: A6, 89 and 62. RGB value is (166,137,98). Sum of RGB (Red+Green+Blue) = 166+137+98=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A68962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68962 is #59769D. Grayscale: #8D8D8D. Windows color (decimal): -5863070 or 6457766. OLE color: 6457766.

HSL color Cylindrical-coordinate representation of color #A68962: hue angle of 34.41º 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 #A68962 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 98 -
CMYK 0 0.17 0.41 0.35
HSL 34.41º 0.28% 0.52% -
HSV(B) 34.41º 0.41% 0.65% -
XYZ 26.88 26.88 15.33 -
YUV 141.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 166 137 98 0 0.17 0.41 0.35 34.41 0.28 0.52
Hex A6 89 62 0 11 29 23 22 1C 34
Octal 246 211 142 0 21 51 43 42 34 64
Binary 10100110 10001001 1100010 0 10001 101001 100011 100010 11100 110100

Color Harmonies of #A68962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68962

Black with #A68962

Text Example


Text Example

White with #A68962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68962; }

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

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

background-color css

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

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

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

border-color css

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

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

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