Html Css Color HEX #A37E7F Turkish Rose

📋 copy color: '#A37E7F'

red 163 ◦ green 126 ◦ blue 127

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

Shades of Turkish Rose #A37E7F

Tints of Turkish Rose #A37E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.29%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 39.18%
G = 30.29%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A37E7F (or 0xA37E7F) is known color: Turkish Rose. HEX triplet: A3, 7E and 7F. RGB value is (163,126,127). Sum of RGB (Red+Green+Blue) = 163+126+127=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37E7F is #5C8180. Grayscale: #898989. Windows color (decimal): -6062465 or 8355491. OLE color: 8355491.

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

Color convert

RGB 163 126 127 -
CMYK 0 0.23 0.22 0.36
HSL 358.38º 0.17% 0.57% -
HSV(B) 358.38º 0.23% 0.64% -
XYZ 26.4 24.24 23.37 -
YUV 137.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 163 126 127 0 0.23 0.22 0.36 358.38 0.17 0.57
Hex A3 7E 7F 0 17 16 24 166 11 39
Octal 243 176 177 0 27 26 44 546 21 71
Binary 10100011 1111110 1111111 0 10111 10110 100100 101100110 10001 111001

Color Harmonies of #A37E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E7F

Black with #A37E7F

Text Example


Text Example

White with #A37E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E7F; }

 p { color: rgb(163,126,127); }

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

background-color css

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

 a { background-color: rgb(163,126,127); }

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

border-color css

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

 span { border-color: rgb(163,126,127); }

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