Html Css Color HEX #AC968A Del Rio

📋 copy color: '#AC968A'

red 172 ◦ green 150 ◦ blue 138

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

Shades of Del Rio #AC968A

Tints of Del Rio #AC968A

RGB

 RED value IS 172 (67.58% from 255) = 37.39%

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 37.39%
G = 32.61%
B = 30%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC968A (or 0xAC968A) is known color: Del Rio. HEX triplet: AC, 96 and 8A. RGB value is (172,150,138). Sum of RGB (Red+Green+Blue) = 172+150+138=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968A is #536975. Grayscale: #9B9B9B. Windows color (decimal): -5466486 or 9082540. OLE color: 9082540.

HSL color Cylindrical-coordinate representation of color #AC968A: hue angle of 21.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC968A is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 150 138 -
CMYK 0 0.13 0.20 0.33
HSL 21.18º 0.17% 0.61% -
HSV(B) 21.18º 0.2% 0.67% -
XYZ 32.51 32.42 28.59 -
YUV 155.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 172 150 138 0 0.13 0.20 0.33 21.18 0.17 0.61
Hex AC 96 8A 0 D 14 21 15 11 3D
Octal 254 226 212 0 15 24 41 25 21 75
Binary 10101100 10010110 10001010 0 1101 10100 100001 10101 10001 111101

Color Harmonies of #AC968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC968A

Black with #AC968A

Text Example


Text Example

White with #AC968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC968A; }

 p { color: rgb(172,150,138); }

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

background-color css

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

 a { background-color: rgb(172,150,138); }

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

border-color css

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

 span { border-color: rgb(172,150,138); }

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