Html Css Color HEX #AFA098 Del Rio

📋 copy color: '#AFA098'

red 175 ◦ green 160 ◦ blue 152

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

Shades of Del Rio #AFA098

Tints of Del Rio #AFA098

RGB

 RED value IS 175 (68.75% from 255) = 35.93%

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

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

R = 35.93%
G = 32.85%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AFA098 (or 0xAFA098) is known color: Del Rio. HEX triplet: AF, A0 and 98. RGB value is (175,160,152). Sum of RGB (Red+Green+Blue) = 175+160+152=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA098 is #505F67. Grayscale: #A3A3A3. Windows color (decimal): -5267304 or 10002607. OLE color: 10002607.

HSL color Cylindrical-coordinate representation of color #AFA098: hue angle of 20.87º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFA098 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 152 -
CMYK 0 0.09 0.13 0.31
HSL 20.87º 0.13% 0.64% -
HSV(B) 20.87º 0.13% 0.69% -
XYZ 35.92 36.52 34.86 -
YUV 163.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 175 160 152 0 0.09 0.13 0.31 20.87 0.13 0.64
Hex AF A0 98 0 9 D 1F 15 D 40
Octal 257 240 230 0 11 15 37 25 15 100
Binary 10101111 10100000 10011000 0 1001 1101 11111 10101 1101 1000000

Color Harmonies of #AFA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA098

Black with #AFA098

Text Example


Text Example

White with #AFA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA098; }

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

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

background-color css

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

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

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

border-color css

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

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

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