Html Css Color HEX #A48285 Turkish Rose

📋 copy color: '#A48285'

red 164 ◦ green 130 ◦ blue 133

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

Shades of Turkish Rose #A48285

Tints of Turkish Rose #A48285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 38.41%
G = 30.44%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A48285 (or 0xA48285) is known color: Turkish Rose. HEX triplet: A4, 82 and 85. RGB value is (164,130,133). Sum of RGB (Red+Green+Blue) = 164+130+133=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A48285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48285 is #5B7D7A. Grayscale: #8C8C8C. Windows color (decimal): -5995899 or 8749732. OLE color: 8749732.

HSL color Cylindrical-coordinate representation of color #A48285: hue angle of 354.71º 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 #A48285 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 133 -
CMYK 0 0.21 0.19 0.36
HSL 354.71º 0.16% 0.58% -
HSV(B) 354.71º 0.21% 0.64% -
XYZ 27.53 25.55 25.67 -
YUV 140.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 164 130 133 0 0.21 0.19 0.36 354.71 0.16 0.58
Hex A4 82 85 0 15 13 24 163 10 3A
Octal 244 202 205 0 25 23 44 543 20 72
Binary 10100100 10000010 10000101 0 10101 10011 100100 101100011 10000 111010

Color Harmonies of #A48285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48285

Black with #A48285

Text Example


Text Example

White with #A48285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48285; }

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

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

background-color css

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

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

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

border-color css

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

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

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