Html Css Color HEX #AD907B Sandrift

📋 copy color: '#AD907B'

red 173 ◦ green 144 ◦ blue 123

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

Shades of Sandrift #AD907B

Tints of Sandrift #AD907B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.73%

 BLUE value IS 123 (48.44% from 255) = 27.95%

R = 39.32%
G = 32.73%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD907B (or 0xAD907B) is known color: Sandrift. HEX triplet: AD, 90 and 7B. RGB value is (173,144,123). Sum of RGB (Red+Green+Blue) = 173+144+123=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD907B is #526F84. Grayscale: #969696. Windows color (decimal): -5402501 or 8097965. OLE color: 8097965.

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

Color convert

RGB 173 144 123 -
CMYK 0 0.17 0.29 0.32
HSL 25.2º 0.23% 0.58% -
HSV(B) 25.2º 0.29% 0.68% -
XYZ 30.78 30.26 22.96 -
YUV 150.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 173 144 123 0 0.17 0.29 0.32 25.2 0.23 0.58
Hex AD 90 7B 0 11 1D 20 19 17 3A
Octal 255 220 173 0 21 35 40 31 27 72
Binary 10101101 10010000 1111011 0 10001 11101 100000 11001 10111 111010

Color Harmonies of #AD907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD907B

Black with #AD907B

Text Example


Text Example

White with #AD907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD907B; }

 p { color: rgb(173,144,123); }

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

background-color css

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

 a { background-color: rgb(173,144,123); }

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

border-color css

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

 span { border-color: rgb(173,144,123); }

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