Html Css Color HEX #AEA198 Del Rio

📋 copy color: '#AEA198'

red 174 ◦ green 161 ◦ blue 152

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

Shades of Del Rio #AEA198

Tints of Del Rio #AEA198

RGB

 RED value IS 174 (68.36% from 255) = 35.73%

 GREEN value IS 161 (63.28% from 255) = 33.06%

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

R = 35.73%
G = 33.06%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AEA198 (or 0xAEA198) is known color: Del Rio. HEX triplet: AE, A1 and 98. RGB value is (174,161,152). Sum of RGB (Red+Green+Blue) = 174+161+152=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA198 is #515E67. Grayscale: #A3A3A3. Windows color (decimal): -5332584 or 10002862. OLE color: 10002862.

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

Color convert

RGB 174 161 152 -
CMYK 0 0.07 0.13 0.32
HSL 24.55º 0.12% 0.64% -
HSV(B) 24.55º 0.13% 0.68% -
XYZ 35.87 36.76 34.91 -
YUV 163.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 174 161 152 0 0.07 0.13 0.32 24.55 0.12 0.64
Hex AE A1 98 0 7 D 20 19 C 40
Octal 256 241 230 0 7 15 40 31 14 100
Binary 10101110 10100001 10011000 0 111 1101 100000 11001 1100 1000000

Color Harmonies of #AEA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA198

Black with #AEA198

Text Example


Text Example

White with #AEA198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA198; }

 p { color: rgb(174,161,152); }

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

background-color css

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

 a { background-color: rgb(174,161,152); }

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

border-color css

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

 span { border-color: rgb(174,161,152); }

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