Html Css Color HEX #AD8969 Sandal

📋 copy color: '#AD8969'

red 173 ◦ green 137 ◦ blue 105

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

Shades of Sandal #AD8969

Tints of Sandal #AD8969

RGB

 RED value IS 173 (67.97% from 255) = 41.69%

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

 BLUE value IS 105 (41.41% from 255) = 25.3%

R = 41.69%
G = 33.01%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD8969 (or 0xAD8969) is known color: Sandal. HEX triplet: AD, 89 and 69. RGB value is (173,137,105). Sum of RGB (Red+Green+Blue) = 173+137+105=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8969 is #527696. Grayscale: #909090. Windows color (decimal): -5404311 or 6916525. OLE color: 6916525.

HSL color Cylindrical-coordinate representation of color #AD8969: hue angle of 28.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8969 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 137 105 -
CMYK 0 0.21 0.39 0.32
HSL 28.24º 0.29% 0.55% -
HSV(B) 28.24º 0.39% 0.68% -
XYZ 28.73 27.8 17.22 -
YUV 144.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 173 137 105 0 0.21 0.39 0.32 28.24 0.29 0.55
Hex AD 89 69 0 15 27 20 1C 1D 37
Octal 255 211 151 0 25 47 40 34 35 67
Binary 10101101 10001001 1101001 0 10101 100111 100000 11100 11101 110111

Color Harmonies of #AD8969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8969

Black with #AD8969

Text Example


Text Example

White with #AD8969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8969; }

 p { color: rgb(173,137,105); }

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

background-color css

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

 a { background-color: rgb(173,137,105); }

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

border-color css

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

 span { border-color: rgb(173,137,105); }

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