Html Css Color HEX #A38183 Turkish Rose

📋 copy color: '#A38183'

red 163 ◦ green 129 ◦ blue 131

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

Shades of Turkish Rose #A38183

Tints of Turkish Rose #A38183

RGB

 RED value IS 163 (64.06% from 255) = 38.53%

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

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

R = 38.53%
G = 30.5%
B = 30.97%

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

#A38183 (or 0xA38183) is known color: Turkish Rose. HEX triplet: A3, 81 and 83. RGB value is (163,129,131). Sum of RGB (Red+Green+Blue) = 163+129+131=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A38183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38183 is #5C7E7C. Grayscale: #8B8B8B. Windows color (decimal): -6061693 or 8618403. OLE color: 8618403.

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

Color convert

RGB 163 129 131 -
CMYK 0 0.21 0.20 0.36
HSL 356.47º 0.16% 0.57% -
HSV(B) 356.47º 0.21% 0.64% -
XYZ 27.05 25.13 24.9 -
YUV 139.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 163 129 131 0 0.21 0.20 0.36 356.47 0.16 0.57
Hex A3 81 83 0 15 14 24 164 10 39
Octal 243 201 203 0 25 24 44 544 20 71
Binary 10100011 10000001 10000011 0 10101 10100 100100 101100100 10000 111001

Color Harmonies of #A38183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38183

Black with #A38183

Text Example


Text Example

White with #A38183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38183; }

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

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

background-color css

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

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

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

border-color css

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

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

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