Html Css Color HEX #ACA098 Del Rio

📋 copy color: '#ACA098'

red 172 ◦ green 160 ◦ blue 152

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

Shades of Del Rio #ACA098

Tints of Del Rio #ACA098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.06%

 BLUE value IS 152 (59.77% from 255) = 31.4%

R = 35.54%
G = 33.06%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ACA098 (or 0xACA098) is known color: Del Rio. HEX triplet: AC, A0 and 98. RGB value is (172,160,152). Sum of RGB (Red+Green+Blue) = 172+160+152=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA098 is #535F67. Grayscale: #A2A2A2. Windows color (decimal): -5463912 or 10002604. OLE color: 10002604.

HSL color Cylindrical-coordinate representation of color #ACA098: hue angle of 24º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACA098 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 160 152 -
CMYK 0 0.07 0.12 0.33
HSL 24º 0.11% 0.64% -
HSV(B) 24º 0.12% 0.67% -
XYZ 35.25 36.18 34.83 -
YUV 162.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 172 160 152 0 0.07 0.12 0.33 24 0.11 0.64
Hex AC A0 98 0 7 C 21 18 B 40
Octal 254 240 230 0 7 14 41 30 13 100
Binary 10101100 10100000 10011000 0 111 1100 100001 11000 1011 1000000

Color Harmonies of #ACA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA098

Black with #ACA098

Text Example


Text Example

White with #ACA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA098; }

 p { color: rgb(172,160,152); }

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

background-color css

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

 a { background-color: rgb(172,160,152); }

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

border-color css

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

 span { border-color: rgb(172,160,152); }

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