Html Css Color HEX #A48183 Turkish Rose

📋 copy color: '#A48183'

red 164 ◦ green 129 ◦ blue 131

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

Shades of Turkish Rose #A48183

Tints of Turkish Rose #A48183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

 BLUE value IS 131 (51.56% from 255) = 30.9%

R = 38.68%
G = 30.42%
B = 30.9%

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

#A48183 (or 0xA48183) is known color: Turkish Rose. HEX triplet: A4, 81 and 83. RGB value is (164,129,131). Sum of RGB (Red+Green+Blue) = 164+129+131=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A48183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48183 is #5B7E7C. Grayscale: #8B8B8B. Windows color (decimal): -5996157 or 8618404. OLE color: 8618404.

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

Color convert

RGB 164 129 131 -
CMYK 0 0.21 0.20 0.36
HSL 356.57º 0.16% 0.57% -
HSV(B) 356.57º 0.21% 0.64% -
XYZ 27.26 25.23 24.91 -
YUV 139.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 164 129 131 0 0.21 0.20 0.36 356.57 0.16 0.57
Hex A4 81 83 0 15 14 24 165 10 39
Octal 244 201 203 0 25 24 44 545 20 71
Binary 10100100 10000001 10000011 0 10101 10100 100100 101100101 10000 111001

Color Harmonies of #A48183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48183

Black with #A48183

Text Example


Text Example

White with #A48183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48183; }

 p { color: rgb(164,129,131); }

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

background-color css

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

 a { background-color: rgb(164,129,131); }

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

border-color css

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

 span { border-color: rgb(164,129,131); }

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