Html Css Color HEX #AC9B90 Del Rio

📋 copy color: '#AC9B90'

red 172 ◦ green 155 ◦ blue 144

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

Shades of Del Rio #AC9B90

Tints of Del Rio #AC9B90

RGB

 RED value IS 172 (67.58% from 255) = 36.52%

 GREEN value IS 155 (60.94% from 255) = 32.91%

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 36.52%
G = 32.91%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC9B90 (or 0xAC9B90) is known color: Del Rio. HEX triplet: AC, 9B and 90. RGB value is (172,155,144). Sum of RGB (Red+Green+Blue) = 172+155+144=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B90 is #53646F. Grayscale: #9E9E9E. Windows color (decimal): -5465200 or 9477036. OLE color: 9477036.

HSL color Cylindrical-coordinate representation of color #AC9B90: hue angle of 23.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9B90 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 155 144 -
CMYK 0 0.10 0.16 0.33
HSL 23.57º 0.14% 0.62% -
HSV(B) 23.57º 0.16% 0.67% -
XYZ 33.77 34.23 31.21 -
YUV 158.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 172 155 144 0 0.10 0.16 0.33 23.57 0.14 0.62
Hex AC 9B 90 0 A 10 21 18 E 3E
Octal 254 233 220 0 12 20 41 30 16 76
Binary 10101100 10011011 10010000 0 1010 10000 100001 11000 1110 111110

Color Harmonies of #AC9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B90

Black with #AC9B90

Text Example


Text Example

White with #AC9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B90; }

 p { color: rgb(172,155,144); }

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

background-color css

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

 a { background-color: rgb(172,155,144); }

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

border-color css

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

 span { border-color: rgb(172,155,144); }

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