Html Css Color HEX #AEA098 Del Rio

📋 copy color: '#AEA098'

red 174 ◦ green 160 ◦ blue 152

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

Shades of Del Rio #AEA098

Tints of Del Rio #AEA098

RGB

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

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

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

R = 35.8%
G = 32.92%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AEA098 (or 0xAEA098) is known color: Del Rio. HEX triplet: AE, A0 and 98. RGB value is (174,160,152). Sum of RGB (Red+Green+Blue) = 174+160+152=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA098 is #515F67. Grayscale: #A3A3A3. Windows color (decimal): -5332840 or 10002606. OLE color: 10002606.

HSL color Cylindrical-coordinate representation of color #AEA098: hue angle of 21.82º 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 #AEA098 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 152 -
CMYK 0 0.08 0.13 0.32
HSL 21.82º 0.12% 0.64% -
HSV(B) 21.82º 0.13% 0.68% -
XYZ 35.69 36.41 34.85 -
YUV 163.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 174 160 152 0 0.08 0.13 0.32 21.82 0.12 0.64
Hex AE A0 98 0 8 D 20 16 C 40
Octal 256 240 230 0 10 15 40 26 14 100
Binary 10101110 10100000 10011000 0 1000 1101 100000 10110 1100 1000000

Color Harmonies of #AEA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA098

Black with #AEA098

Text Example


Text Example

White with #AEA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA098; }

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

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

background-color css

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

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

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

border-color css

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

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

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