Html Css Color HEX #A28384 Turkish Rose

📋 copy color: '#A28384'

red 162 ◦ green 131 ◦ blue 132

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

Shades of Turkish Rose #A28384

Tints of Turkish Rose #A28384

RGB

 RED value IS 162 (63.67% from 255) = 38.12%

 GREEN value IS 131 (51.56% from 255) = 30.82%

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

R = 38.12%
G = 30.82%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A28384 (or 0xA28384) is known color: Turkish Rose. HEX triplet: A2, 83 and 84. RGB value is (162,131,132). Sum of RGB (Red+Green+Blue) = 162+131+132=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28384 is #5D7C7B. Grayscale: #8C8C8C. Windows color (decimal): -6126716 or 8684450. OLE color: 8684450.

HSL color Cylindrical-coordinate representation of color #A28384: hue angle of 358.06º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28384 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 131 132 -
CMYK 0 0.19 0.19 0.36
HSL 358.06º 0.14% 0.57% -
HSV(B) 358.06º 0.19% 0.64% -
XYZ 27.18 25.58 25.33 -
YUV 140.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 162 131 132 0 0.19 0.19 0.36 358.06 0.14 0.57
Hex A2 83 84 0 13 13 24 166 E 39
Octal 242 203 204 0 23 23 44 546 16 71
Binary 10100010 10000011 10000100 0 10011 10011 100100 101100110 1110 111001

Color Harmonies of #A28384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28384

Black with #A28384

Text Example


Text Example

White with #A28384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28384; }

 p { color: rgb(162,131,132); }

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

background-color css

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

 a { background-color: rgb(162,131,132); }

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

border-color css

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

 span { border-color: rgb(162,131,132); }

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