Html Css Color HEX #AF8081 Turkish Rose

📋 copy color: '#AF8081'

red 175 ◦ green 128 ◦ blue 129

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

Shades of Turkish Rose #AF8081

Tints of Turkish Rose #AF8081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.86%

R = 40.51%
G = 29.63%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF8081 (or 0xAF8081) is known color: Turkish Rose. HEX triplet: AF, 80 and 81. RGB value is (175,128,129). Sum of RGB (Red+Green+Blue) = 175+128+129=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8081 is #507F7E. Grayscale: #8E8E8E. Windows color (decimal): -5275519 or 8487087. OLE color: 8487087.

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

Color convert

RGB 175 128 129 -
CMYK 0 0.27 0.26 0.31
HSL 358.72º 0.23% 0.59% -
HSV(B) 358.72º 0.27% 0.69% -
XYZ 29.36 26.14 24.27 -
YUV 142.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 175 128 129 0 0.27 0.26 0.31 358.72 0.23 0.59
Hex AF 80 81 0 1B 1A 1F 167 17 3B
Octal 257 200 201 0 33 32 37 547 27 73
Binary 10101111 10000000 10000001 0 11011 11010 11111 101100111 10111 111011

Color Harmonies of #AF8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8081

Black with #AF8081

Text Example


Text Example

White with #AF8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8081; }

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

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

background-color css

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

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

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

border-color css

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

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

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