Html Css Color HEX #AF988A Del Rio

📋 copy color: '#AF988A'

red 175 ◦ green 152 ◦ blue 138

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

Shades of Del Rio #AF988A

Tints of Del Rio #AF988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.69%

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 37.63%
G = 32.69%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF988A (or 0xAF988A) is known color: Del Rio. HEX triplet: AF, 98 and 8A. RGB value is (175,152,138). Sum of RGB (Red+Green+Blue) = 175+152+138=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF988A is #506775. Grayscale: #9D9D9D. Windows color (decimal): -5269366 or 9083055. OLE color: 9083055.

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

Color convert

RGB 175 152 138 -
CMYK 0 0.13 0.21 0.31
HSL 22.7º 0.19% 0.61% -
HSV(B) 22.7º 0.21% 0.69% -
XYZ 33.49 33.41 28.73 -
YUV 157.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 175 152 138 0 0.13 0.21 0.31 22.7 0.19 0.61
Hex AF 98 8A 0 D 15 1F 17 13 3D
Octal 257 230 212 0 15 25 37 27 23 75
Binary 10101111 10011000 10001010 0 1101 10101 11111 10111 10011 111101

Color Harmonies of #AF988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF988A

Black with #AF988A

Text Example


Text Example

White with #AF988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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