Html Css Color HEX #A8968F Del Rio

📋 copy color: '#A8968F'

red 168 ◦ green 150 ◦ blue 143

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

Shades of Del Rio #A8968F

Tints of Del Rio #A8968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.02%

R = 36.44%
G = 32.54%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8968F (or 0xA8968F) is known color: Del Rio. HEX triplet: A8, 96 and 8F. RGB value is (168,150,143). Sum of RGB (Red+Green+Blue) = 168+150+143=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A8968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8968F is #576970. Grayscale: #9A9A9A. Windows color (decimal): -5728625 or 9410216. OLE color: 9410216.

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

Color convert

RGB 168 150 143 -
CMYK 0 0.11 0.15 0.34
HSL 16.8º 0.13% 0.61% -
HSV(B) 16.8º 0.15% 0.66% -
XYZ 32.01 32.12 30.5 -
YUV 154.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 168 150 143 0 0.11 0.15 0.34 16.8 0.13 0.61
Hex A8 96 8F 0 B F 22 11 D 3D
Octal 250 226 217 0 13 17 42 21 15 75
Binary 10101000 10010110 10001111 0 1011 1111 100010 10001 1101 111101

Color Harmonies of #A8968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8968F

Black with #A8968F

Text Example


Text Example

White with #A8968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8968F; }

 p { color: rgb(168,150,143); }

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

background-color css

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

 a { background-color: rgb(168,150,143); }

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

border-color css

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

 span { border-color: rgb(168,150,143); }

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