Html Css Color HEX #AA968B Del Rio

📋 copy color: '#AA968B'

red 170 ◦ green 150 ◦ blue 139

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

Shades of Del Rio #AA968B

Tints of Del Rio #AA968B

RGB

 RED value IS 170 (66.8% from 255) = 37.04%

 GREEN value IS 150 (58.98% from 255) = 32.68%

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 37.04%
G = 32.68%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA968B (or 0xAA968B) is known color: Del Rio. HEX triplet: AA, 96 and 8B. RGB value is (170,150,139). Sum of RGB (Red+Green+Blue) = 170+150+139=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA968B is #556974. Grayscale: #9A9A9A. Windows color (decimal): -5597557 or 9148074. OLE color: 9148074.

HSL color Cylindrical-coordinate representation of color #AA968B: hue angle of 21.29º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA968B is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 139 -
CMYK 0 0.12 0.18 0.33
HSL 21.29º 0.15% 0.61% -
HSV(B) 21.29º 0.18% 0.67% -
XYZ 32.14 32.22 28.95 -
YUV 154.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 170 150 139 0 0.12 0.18 0.33 21.29 0.15 0.61
Hex AA 96 8B 0 C 12 21 15 F 3D
Octal 252 226 213 0 14 22 41 25 17 75
Binary 10101010 10010110 10001011 0 1100 10010 100001 10101 1111 111101

Color Harmonies of #AA968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA968B

Black with #AA968B

Text Example


Text Example

White with #AA968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA968B; }

 p { color: rgb(170,150,139); }

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

background-color css

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

 a { background-color: rgb(170,150,139); }

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

border-color css

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

 span { border-color: rgb(170,150,139); }

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