Html Css Color HEX #A38284 Turkish Rose

📋 copy color: '#A38284'

red 163 ◦ green 130 ◦ blue 132

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

Shades of Turkish Rose #A38284

Tints of Turkish Rose #A38284

RGB

 RED value IS 163 (64.06% from 255) = 38.35%

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

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

R = 38.35%
G = 30.59%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A38284 (or 0xA38284) is known color: Turkish Rose. HEX triplet: A3, 82 and 84. RGB value is (163,130,132). Sum of RGB (Red+Green+Blue) = 163+130+132=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A38284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38284 is #5C7D7B. Grayscale: #8C8C8C. Windows color (decimal): -6061436 or 8684195. OLE color: 8684195.

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

Color convert

RGB 163 130 132 -
CMYK 0 0.20 0.19 0.36
HSL 356.36º 0.15% 0.57% -
HSV(B) 356.36º 0.2% 0.64% -
XYZ 27.25 25.42 25.3 -
YUV 140.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 163 130 132 0 0.20 0.19 0.36 356.36 0.15 0.57
Hex A3 82 84 0 14 13 24 164 F 39
Octal 243 202 204 0 24 23 44 544 17 71
Binary 10100011 10000010 10000100 0 10100 10011 100100 101100100 1111 111001

Color Harmonies of #A38284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38284

Black with #A38284

Text Example


Text Example

White with #A38284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38284; }

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

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

background-color css

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

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

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

border-color css

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

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

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