Html Css Color HEX #A48283 Turkish Rose

📋 copy color: '#A48283'

red 164 ◦ green 130 ◦ blue 131

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

Shades of Turkish Rose #A48283

Tints of Turkish Rose #A48283

RGB

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

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

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

R = 38.59%
G = 30.59%
B = 30.82%

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

#A48283 (or 0xA48283) is known color: Turkish Rose. HEX triplet: A4, 82 and 83. RGB value is (164,130,131). Sum of RGB (Red+Green+Blue) = 164+130+131=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A48283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48283 is #5B7D7C. Grayscale: #8C8C8C. Windows color (decimal): -5995901 or 8618660. OLE color: 8618660.

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

Color convert

RGB 164 130 131 -
CMYK 0 0.21 0.20 0.36
HSL 358.24º 0.16% 0.58% -
HSV(B) 358.24º 0.21% 0.64% -
XYZ 27.39 25.5 24.95 -
YUV 140.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 164 130 131 0 0.21 0.20 0.36 358.24 0.16 0.58
Hex A4 82 83 0 15 14 24 166 10 3A
Octal 244 202 203 0 25 24 44 546 20 72
Binary 10100100 10000010 10000011 0 10101 10100 100100 101100110 10000 111010

Color Harmonies of #A48283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48283

Black with #A48283

Text Example


Text Example

White with #A48283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48283; }

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

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

background-color css

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

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

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

border-color css

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

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

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