Html Css Color HEX #AF9689 Del Rio

📋 copy color: '#AF9689'

red 175 ◦ green 150 ◦ blue 137

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

Shades of Del Rio #AF9689

Tints of Del Rio #AF9689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.65%

R = 37.88%
G = 32.47%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF9689 (or 0xAF9689) is known color: Del Rio. HEX triplet: AF, 96 and 89. RGB value is (175,150,137). Sum of RGB (Red+Green+Blue) = 175+150+137=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9689 is #506976. Grayscale: #9C9C9C. Windows color (decimal): -5269879 or 9017007. OLE color: 9017007.

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

Color convert

RGB 175 150 137 -
CMYK 0 0.14 0.22 0.31
HSL 20.53º 0.19% 0.61% -
HSV(B) 20.53º 0.22% 0.69% -
XYZ 33.1 32.73 28.24 -
YUV 155.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 175 150 137 0 0.14 0.22 0.31 20.53 0.19 0.61
Hex AF 96 89 0 E 16 1F 15 13 3D
Octal 257 226 211 0 16 26 37 25 23 75
Binary 10101111 10010110 10001001 0 1110 10110 11111 10101 10011 111101

Color Harmonies of #AF9689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9689

Black with #AF9689

Text Example


Text Example

White with #AF9689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9689; }

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

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

background-color css

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

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

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

border-color css

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

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

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