Html Css Color HEX #AFA094 Del Rio

📋 copy color: '#AFA094'

red 175 ◦ green 160 ◦ blue 148

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

Shades of Del Rio #AFA094

Tints of Del Rio #AFA094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 36.23%
G = 33.13%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AFA094 (or 0xAFA094) is known color: Del Rio. HEX triplet: AF, A0 and 94. RGB value is (175,160,148). Sum of RGB (Red+Green+Blue) = 175+160+148=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA094 is #505F6B. Grayscale: #A3A3A3. Windows color (decimal): -5267308 or 9740463. OLE color: 9740463.

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

Color convert

RGB 175 160 148 -
CMYK 0 0.09 0.15 0.31
HSL 26.67º 0.14% 0.63% -
HSV(B) 26.67º 0.15% 0.69% -
XYZ 35.6 36.39 33.17 -
YUV 163.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 175 160 148 0 0.09 0.15 0.31 26.67 0.14 0.63
Hex AF A0 94 0 9 F 1F 1B E 3F
Octal 257 240 224 0 11 17 37 33 16 77
Binary 10101111 10100000 10010100 0 1001 1111 11111 11011 1110 111111

Color Harmonies of #AFA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA094

Black with #AFA094

Text Example


Text Example

White with #AFA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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