Html Css Color HEX #A8968D Del Rio

📋 copy color: '#A8968D'

red 168 ◦ green 150 ◦ blue 141

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

Shades of Del Rio #A8968D

Tints of Del Rio #A8968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.72%

R = 36.6%
G = 32.68%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8968D (or 0xA8968D) is known color: Del Rio. HEX triplet: A8, 96 and 8D. RGB value is (168,150,141). Sum of RGB (Red+Green+Blue) = 168+150+141=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 168 - color contains mainly: red. Hex color #A8968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8968D is #576972. Grayscale: #9A9A9A. Windows color (decimal): -5728627 or 9279144. OLE color: 9279144.

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

Color convert

RGB 168 150 141 -
CMYK 0 0.11 0.16 0.34
HSL 20º 0.13% 0.61% -
HSV(B) 20º 0.16% 0.66% -
XYZ 31.86 32.06 29.71 -
YUV 154.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 168 150 141 0 0.11 0.16 0.34 20 0.13 0.61
Hex A8 96 8D 0 B 10 22 14 D 3D
Octal 250 226 215 0 13 20 42 24 15 75
Binary 10101000 10010110 10001101 0 1011 10000 100010 10100 1101 111101

Color Harmonies of #A8968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8968D

Black with #A8968D

Text Example


Text Example

White with #A8968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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