Html Css Color HEX #AF968A Del Rio

📋 copy color: '#AF968A'

red 175 ◦ green 150 ◦ blue 138

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

Shades of Del Rio #AF968A

Tints of Del Rio #AF968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.4%

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

R = 37.8%
G = 32.4%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF968A (or 0xAF968A) is known color: Del Rio. HEX triplet: AF, 96 and 8A. RGB value is (175,150,138). Sum of RGB (Red+Green+Blue) = 175+150+138=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF968A is #506975. Grayscale: #9C9C9C. Windows color (decimal): -5269878 or 9082543. OLE color: 9082543.

HSL color Cylindrical-coordinate representation of color #AF968A: hue angle of 19.46º 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 #AF968A is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 138 -
CMYK 0 0.14 0.21 0.31
HSL 19.46º 0.19% 0.61% -
HSV(B) 19.46º 0.21% 0.69% -
XYZ 33.17 32.76 28.62 -
YUV 156.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 175 150 138 0 0.14 0.21 0.31 19.46 0.19 0.61
Hex AF 96 8A 0 E 15 1F 13 13 3D
Octal 257 226 212 0 16 25 37 23 23 75
Binary 10101111 10010110 10001010 0 1110 10101 11111 10011 10011 111101

Color Harmonies of #AF968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF968A

Black with #AF968A

Text Example


Text Example

White with #AF968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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