Html Css Color HEX #A88284 Turkish Rose

📋 copy color: '#A88284'

red 168 ◦ green 130 ◦ blue 132

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

Shades of Turkish Rose #A88284

Tints of Turkish Rose #A88284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.7%

R = 39.07%
G = 30.23%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A88284 (or 0xA88284) is known color: Turkish Rose. HEX triplet: A8, 82 and 84. RGB value is (168,130,132). Sum of RGB (Red+Green+Blue) = 168+130+132=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A88284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88284 is #577D7B. Grayscale: #8D8D8D. Windows color (decimal): -5733756 or 8684200. OLE color: 8684200.

HSL color Cylindrical-coordinate representation of color #A88284: hue angle of 356.84º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A88284 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 132 -
CMYK 0 0.23 0.21 0.34
HSL 356.84º 0.18% 0.58% -
HSV(B) 356.84º 0.23% 0.66% -
XYZ 28.3 25.96 25.35 -
YUV 141.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 168 130 132 0 0.23 0.21 0.34 356.84 0.18 0.58
Hex A8 82 84 0 17 15 22 165 12 3A
Octal 250 202 204 0 27 25 42 545 22 72
Binary 10101000 10000010 10000100 0 10111 10101 100010 101100101 10010 111010

Color Harmonies of #A88284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88284

Black with #A88284

Text Example


Text Example

White with #A88284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88284; }

 p { color: rgb(168,130,132); }

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

background-color css

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

 a { background-color: rgb(168,130,132); }

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

border-color css

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

 span { border-color: rgb(168,130,132); }

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