Html Css Color HEX #AD8867 Sandal

📋 copy color: '#AD8867'

red 173 ◦ green 136 ◦ blue 103

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

Shades of Sandal #AD8867

Tints of Sandal #AD8867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.01%

 BLUE value IS 103 (40.63% from 255) = 25%

R = 41.99%
G = 33.01%
B = 25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD8867 (or 0xAD8867) is known color: Sandal. HEX triplet: AD, 88 and 67. RGB value is (173,136,103). Sum of RGB (Red+Green+Blue) = 173+136+103=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8867 is #527798. Grayscale: #8F8F8F. Windows color (decimal): -5404569 or 6785197. OLE color: 6785197.

HSL color Cylindrical-coordinate representation of color #AD8867: hue angle of 28.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8867 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 103 -
CMYK 0 0.21 0.40 0.32
HSL 28.29º 0.3% 0.54% -
HSV(B) 28.29º 0.4% 0.68% -
XYZ 28.49 27.47 16.63 -
YUV 143.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 173 136 103 0 0.21 0.40 0.32 28.29 0.3 0.54
Hex AD 88 67 0 15 28 20 1C 1E 36
Octal 255 210 147 0 25 50 40 34 36 66
Binary 10101101 10001000 1100111 0 10101 101000 100000 11100 11110 110110

Color Harmonies of #AD8867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8867

Black with #AD8867

Text Example


Text Example

White with #AD8867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8867; }

 p { color: rgb(173,136,103); }

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

background-color css

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

 a { background-color: rgb(173,136,103); }

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

border-color css

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

 span { border-color: rgb(173,136,103); }

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