Html Css Color HEX #A49792 Del Rio

📋 copy color: '#A49792'

red 164 ◦ green 151 ◦ blue 146

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

Shades of Del Rio #A49792

Tints of Del Rio #A49792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.75%

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

R = 35.57%
G = 32.75%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A49792 (or 0xA49792) is known color: Del Rio. HEX triplet: A4, 97 and 92. RGB value is (164,151,146). Sum of RGB (Red+Green+Blue) = 164+151+146=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49792 is #5B686D. Grayscale: #9A9A9A. Windows color (decimal): -5990510 or 9607076. OLE color: 9607076.

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

Color convert

RGB 164 151 146 -
CMYK 0 0.08 0.11 0.36
HSL 16.67º 0.09% 0.61% -
HSV(B) 16.67º 0.11% 0.64% -
XYZ 31.56 32.1 31.73 -
YUV 154.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 164 151 146 0 0.08 0.11 0.36 16.67 0.09 0.61
Hex A4 97 92 0 8 B 24 11 9 3D
Octal 244 227 222 0 10 13 44 21 11 75
Binary 10100100 10010111 10010010 0 1000 1011 100100 10001 1001 111101

Color Harmonies of #A49792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49792

Black with #A49792

Text Example


Text Example

White with #A49792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49792; }

 p { color: rgb(164,151,146); }

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

background-color css

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

 a { background-color: rgb(164,151,146); }

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

border-color css

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

 span { border-color: rgb(164,151,146); }

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