Html Css Color HEX #A48C8D Turkish Rose

📋 copy color: '#A48C8D'

red 164 ◦ green 140 ◦ blue 141

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

Shades of Turkish Rose #A48C8D

Tints of Turkish Rose #A48C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 36.85%
G = 31.46%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A48C8D (or 0xA48C8D) is known color: Turkish Rose. HEX triplet: A4, 8C and 8D. RGB value is (164,140,141). Sum of RGB (Red+Green+Blue) = 164+140+141=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C8D is #5B7372. Grayscale: #939393. Windows color (decimal): -5993331 or 9276580. OLE color: 9276580.

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

Color convert

RGB 164 140 141 -
CMYK 0 0.15 0.14 0.36
HSL 357.5º 0.12% 0.6% -
HSV(B) 357.5º 0.15% 0.64% -
XYZ 29.5 28.57 29.16 -
YUV 147.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 164 140 141 0 0.15 0.14 0.36 357.5 0.12 0.6
Hex A4 8C 8D 0 F E 24 166 C 3C
Octal 244 214 215 0 17 16 44 546 14 74
Binary 10100100 10001100 10001101 0 1111 1110 100100 101100110 1100 111100

Color Harmonies of #A48C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C8D

Black with #A48C8D

Text Example


Text Example

White with #A48C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C8D; }

 p { color: rgb(164,140,141); }

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

background-color css

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

 a { background-color: rgb(164,140,141); }

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

border-color css

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

 span { border-color: rgb(164,140,141); }

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