Html Css Color HEX #AF8083 Turkish Rose

📋 copy color: '#AF8083'

red 175 ◦ green 128 ◦ blue 131

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

Shades of Turkish Rose #AF8083

Tints of Turkish Rose #AF8083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 40.32%
G = 29.49%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF8083 (or 0xAF8083) is known color: Turkish Rose. HEX triplet: AF, 80 and 83. RGB value is (175,128,131). Sum of RGB (Red+Green+Blue) = 175+128+131=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8083 is #507F7C. Grayscale: #8E8E8E. Windows color (decimal): -5275517 or 8618159. OLE color: 8618159.

HSL color Cylindrical-coordinate representation of color #AF8083: hue angle of 356.17º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8083 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 131 -
CMYK 0 0.27 0.25 0.31
HSL 356.17º 0.23% 0.59% -
HSV(B) 356.17º 0.27% 0.69% -
XYZ 29.5 26.19 24.97 -
YUV 142.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 175 128 131 0 0.27 0.25 0.31 356.17 0.23 0.59
Hex AF 80 83 0 1B 19 1F 164 17 3B
Octal 257 200 203 0 33 31 37 544 27 73
Binary 10101111 10000000 10000011 0 11011 11001 11111 101100100 10111 111011

Color Harmonies of #AF8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8083

Black with #AF8083

Text Example


Text Example

White with #AF8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8083; }

 p { color: rgb(175,128,131); }

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

background-color css

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

 a { background-color: rgb(175,128,131); }

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

border-color css

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

 span { border-color: rgb(175,128,131); }

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