Html Css Color HEX #AF8082 Turkish Rose

📋 copy color: '#AF8082'

red 175 ◦ green 128 ◦ blue 130

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

Shades of Turkish Rose #AF8082

Tints of Turkish Rose #AF8082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 40.42%
G = 29.56%
B = 30.02%

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

#AF8082 (or 0xAF8082) is known color: Turkish Rose. HEX triplet: AF, 80 and 82. RGB value is (175,128,130). Sum of RGB (Red+Green+Blue) = 175+128+130=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8082 is #507F7D. Grayscale: #8E8E8E. Windows color (decimal): -5275518 or 8552623. OLE color: 8552623.

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

Color convert

RGB 175 128 130 -
CMYK 0 0.27 0.26 0.31
HSL 357.45º 0.23% 0.59% -
HSV(B) 357.45º 0.27% 0.69% -
XYZ 29.43 26.16 24.62 -
YUV 142.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 175 128 130 0 0.27 0.26 0.31 357.45 0.23 0.59
Hex AF 80 82 0 1B 1A 1F 165 17 3B
Octal 257 200 202 0 33 32 37 545 27 73
Binary 10101111 10000000 10000010 0 11011 11010 11111 101100101 10111 111011

Color Harmonies of #AF8082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8082

Black with #AF8082

Text Example


Text Example

White with #AF8082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8082; }

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

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

background-color css

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

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

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

border-color css

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

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

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