Html Css Color HEX #AFA197 Del Rio

📋 copy color: '#AFA197'

red 175 ◦ green 161 ◦ blue 151

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

Shades of Del Rio #AFA197

Tints of Del Rio #AFA197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.01%

R = 35.93%
G = 33.06%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AFA197 (or 0xAFA197) is known color: Del Rio. HEX triplet: AF, A1 and 97. RGB value is (175,161,151). Sum of RGB (Red+Green+Blue) = 175+161+151=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA197 is #505E68. Grayscale: #A4A4A4. Windows color (decimal): -5267049 or 9937327. OLE color: 9937327.

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

Color convert

RGB 175 161 151 -
CMYK 0 0.08 0.14 0.31
HSL 25º 0.13% 0.64% -
HSV(B) 25º 0.14% 0.69% -
XYZ 36.01 36.84 34.49 -
YUV 164.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 175 161 151 0 0.08 0.14 0.31 25 0.13 0.64
Hex AF A1 97 0 8 E 1F 19 D 40
Octal 257 241 227 0 10 16 37 31 15 100
Binary 10101111 10100001 10010111 0 1000 1110 11111 11001 1101 1000000

Color Harmonies of #AFA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA197

Black with #AFA197

Text Example


Text Example

White with #AFA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA197; }

 p { color: rgb(175,161,151); }

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

background-color css

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

 a { background-color: rgb(175,161,151); }

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

border-color css

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

 span { border-color: rgb(175,161,151); }

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