Html Css Color HEX #A49893 Del Rio

📋 copy color: '#A49893'

red 164 ◦ green 152 ◦ blue 147

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

Shades of Del Rio #A49893

Tints of Del Rio #A49893

RGB

 RED value IS 164 (64.45% from 255) = 35.42%

 GREEN value IS 152 (59.77% from 255) = 32.83%

 BLUE value IS 147 (57.81% from 255) = 31.75%

R = 35.42%
G = 32.83%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A49893 (or 0xA49893) is known color: Del Rio. HEX triplet: A4, 98 and 93. RGB value is (164,152,147). Sum of RGB (Red+Green+Blue) = 164+152+147=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A49893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49893 is #5B676C. Grayscale: #9B9B9B. Windows color (decimal): -5990253 or 9672868. OLE color: 9672868.

HSL color Cylindrical-coordinate representation of color #A49893: hue angle of 17.65º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A49893 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 152 147 -
CMYK 0 0.07 0.10 0.36
HSL 17.65º 0.09% 0.61% -
HSV(B) 17.65º 0.1% 0.64% -
XYZ 31.8 32.46 32.19 -
YUV 155.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 164 152 147 0 0.07 0.10 0.36 17.65 0.09 0.61
Hex A4 98 93 0 7 A 24 12 9 3D
Octal 244 230 223 0 7 12 44 22 11 75
Binary 10100100 10011000 10010011 0 111 1010 100100 10010 1001 111101

Color Harmonies of #A49893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49893

Black with #A49893

Text Example


Text Example

White with #A49893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49893; }

 p { color: rgb(164,152,147); }

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

background-color css

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

 a { background-color: rgb(164,152,147); }

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

border-color css

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

 span { border-color: rgb(164,152,147); }

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