Html Css Color HEX #AF8283 Turkish Rose

📋 copy color: '#AF8283'

red 175 ◦ green 130 ◦ blue 131

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

Shades of Turkish Rose #AF8283

Tints of Turkish Rose #AF8283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 40.14%
G = 29.82%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF8283 (or 0xAF8283) is known color: Turkish Rose. HEX triplet: AF, 82 and 83. RGB value is (175,130,131). Sum of RGB (Red+Green+Blue) = 175+130+131=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8283 is #507D7C. Grayscale: #8F8F8F. Windows color (decimal): -5275005 or 8618671. OLE color: 8618671.

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

Color convert

RGB 175 130 131 -
CMYK 0 0.26 0.25 0.31
HSL 358.67º 0.22% 0.6% -
HSV(B) 358.67º 0.26% 0.69% -
XYZ 29.76 26.72 25.06 -
YUV 143.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 175 130 131 0 0.26 0.25 0.31 358.67 0.22 0.6
Hex AF 82 83 0 1A 19 1F 167 16 3C
Octal 257 202 203 0 32 31 37 547 26 74
Binary 10101111 10000010 10000011 0 11010 11001 11111 101100111 10110 111100

Color Harmonies of #AF8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8283

Black with #AF8283

Text Example


Text Example

White with #AF8283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8283; }

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

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

background-color css

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

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

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

border-color css

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

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

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