Html Css Color HEX #A86572 Turkish Rose

📋 copy color: '#A86572'

red 168 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #A86572

Tints of Turkish Rose #A86572

RGB

 RED value IS 168 (66.02% from 255) = 43.86%

 GREEN value IS 101 (39.84% from 255) = 26.37%

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 43.86%
G = 26.37%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A86572 (or 0xA86572) is known color: Turkish Rose. HEX triplet: A8, 65 and 72. RGB value is (168,101,114). Sum of RGB (Red+Green+Blue) = 168+101+114=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A86572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86572 is #579A8D. Grayscale: #7A7A7A. Windows color (decimal): -5741198 or 7497128. OLE color: 7497128.

HSL color Cylindrical-coordinate representation of color #A86572: hue angle of 348.36º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86572 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 101 114 -
CMYK 0 0.40 0.32 0.34
HSL 348.36º 0.28% 0.53% -
HSV(B) 348.36º 0.4% 0.66% -
XYZ 23.84 18.85 18.3 -
YUV 122.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 168 101 114 0 0.40 0.32 0.34 348.36 0.28 0.53
Hex A8 65 72 0 28 20 22 15C 1C 35
Octal 250 145 162 0 50 40 42 534 34 65
Binary 10101000 1100101 1110010 0 101000 100000 100010 101011100 11100 110101

Color Harmonies of #A86572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86572

Black with #A86572

Text Example


Text Example

White with #A86572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86572; }

 p { color: rgb(168,101,114); }

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

background-color css

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

 a { background-color: rgb(168,101,114); }

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

border-color css

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

 span { border-color: rgb(168,101,114); }

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