Html Css Color HEX #A89992 Del Rio

📋 copy color: '#A89992'

red 168 ◦ green 153 ◦ blue 146

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

Shades of Del Rio #A89992

Tints of Del Rio #A89992

RGB

 RED value IS 168 (66.02% from 255) = 35.97%

 GREEN value IS 153 (60.16% from 255) = 32.76%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 35.97%
G = 32.76%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A89992 (or 0xA89992) is known color: Del Rio. HEX triplet: A8, 99 and 92. RGB value is (168,153,146). Sum of RGB (Red+Green+Blue) = 168+153+146=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A89992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89992 is #57666D. Grayscale: #9C9C9C. Windows color (decimal): -5727854 or 9607592. OLE color: 9607592.

HSL color Cylindrical-coordinate representation of color #A89992: hue angle of 19.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89992 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 153 146 -
CMYK 0 0.09 0.13 0.34
HSL 19.09º 0.11% 0.62% -
HSV(B) 19.09º 0.13% 0.66% -
XYZ 32.73 33.18 31.87 -
YUV 156.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 168 153 146 0 0.09 0.13 0.34 19.09 0.11 0.62
Hex A8 99 92 0 9 D 22 13 B 3E
Octal 250 231 222 0 11 15 42 23 13 76
Binary 10101000 10011001 10010010 0 1001 1101 100010 10011 1011 111110

Color Harmonies of #A89992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89992

Black with #A89992

Text Example


Text Example

White with #A89992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89992; }

 p { color: rgb(168,153,146); }

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

background-color css

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

 a { background-color: rgb(168,153,146); }

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

border-color css

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

 span { border-color: rgb(168,153,146); }

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