Html Css Color HEX #AD5B65 Blush

📋 copy color: '#AD5B65'

red 173 ◦ green 91 ◦ blue 101

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

Shades of Blush #AD5B65

Tints of Blush #AD5B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 47.4%
G = 24.93%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD5B65 (or 0xAD5B65) is known color: Blush. HEX triplet: AD, 5B and 65. RGB value is (173,91,101). Sum of RGB (Red+Green+Blue) = 173+91+101=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B65 is #52A49A. Grayscale: #747474. Windows color (decimal): -5416091 or 6642605. OLE color: 6642605.

HSL color Cylindrical-coordinate representation of color #AD5B65: hue angle of 352.68º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5B65 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 91 101 -
CMYK 0 0.47 0.42 0.32
HSL 352.68º 0.33% 0.52% -
HSV(B) 352.68º 0.47% 0.68% -
XYZ 23.32 17.31 14.42 -
YUV 116.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 173 91 101 0 0.47 0.42 0.32 352.68 0.33 0.52
Hex AD 5B 65 0 2F 2A 20 161 21 34
Octal 255 133 145 0 57 52 40 541 41 64
Binary 10101101 1011011 1100101 0 101111 101010 100000 101100001 100001 110100

Color Harmonies of #AD5B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B65

Black with #AD5B65

Text Example


Text Example

White with #AD5B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B65; }

 p { color: rgb(173,91,101); }

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

background-color css

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

 a { background-color: rgb(173,91,101); }

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

border-color css

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

 span { border-color: rgb(173,91,101); }

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