Html Css Color HEX #A48284 Turkish Rose

📋 copy color: '#A48284'

red 164 ◦ green 130 ◦ blue 132

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

Shades of Turkish Rose #A48284

Tints of Turkish Rose #A48284

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

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

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

R = 38.5%
G = 30.52%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A48284 (or 0xA48284) is known color: Turkish Rose. HEX triplet: A4, 82 and 84. RGB value is (164,130,132). Sum of RGB (Red+Green+Blue) = 164+130+132=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48284 is #5B7D7B. Grayscale: #8C8C8C. Windows color (decimal): -5995900 or 8684196. OLE color: 8684196.

HSL color Cylindrical-coordinate representation of color #A48284: hue angle of 356.47º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48284 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 132 -
CMYK 0 0.21 0.20 0.36
HSL 356.47º 0.16% 0.58% -
HSV(B) 356.47º 0.21% 0.64% -
XYZ 27.46 25.52 25.31 -
YUV 140.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 164 130 132 0 0.21 0.20 0.36 356.47 0.16 0.58
Hex A4 82 84 0 15 14 24 164 10 3A
Octal 244 202 204 0 25 24 44 544 20 72
Binary 10100100 10000010 10000100 0 10101 10100 100100 101100100 10000 111010

Color Harmonies of #A48284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48284

Black with #A48284

Text Example


Text Example

White with #A48284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48284; }

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

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

background-color css

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

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

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

border-color css

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

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

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