Html Css Color HEX #AF948B Del Rio

📋 copy color: '#AF948B'

red 175 ◦ green 148 ◦ blue 139

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

Shades of Del Rio #AF948B

Tints of Del Rio #AF948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 37.88%
G = 32.03%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF948B (or 0xAF948B) is known color: Del Rio. HEX triplet: AF, 94 and 8B. RGB value is (175,148,139). Sum of RGB (Red+Green+Blue) = 175+148+139=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF948B is #506B74. Grayscale: #9B9B9B. Windows color (decimal): -5270389 or 9147567. OLE color: 9147567.

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

Color convert

RGB 175 148 139 -
CMYK 0 0.15 0.21 0.31
HSL 15º 0.18% 0.62% -
HSV(B) 15º 0.21% 0.69% -
XYZ 32.93 32.16 28.9 -
YUV 155.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 175 148 139 0 0.15 0.21 0.31 15 0.18 0.62
Hex AF 94 8B 0 F 15 1F F 12 3E
Octal 257 224 213 0 17 25 37 17 22 76
Binary 10101111 10010100 10001011 0 1111 10101 11111 1111 10010 111110

Color Harmonies of #AF948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF948B

Black with #AF948B

Text Example


Text Example

White with #AF948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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