Html Css Color HEX #A47075 Turkish Rose

📋 copy color: '#A47075'

red 164 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #A47075

Tints of Turkish Rose #A47075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 41.73%
G = 28.5%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47075 (or 0xA47075) is known color: Turkish Rose. HEX triplet: A4, 70 and 75. RGB value is (164,112,117). Sum of RGB (Red+Green+Blue) = 164+112+117=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A47075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47075 is #5B8F8A. Grayscale: #808080. Windows color (decimal): -6000523 or 7696548. OLE color: 7696548.

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

Color convert

RGB 164 112 117 -
CMYK 0 0.32 0.29 0.36
HSL 354.23º 0.22% 0.54% -
HSV(B) 354.23º 0.32% 0.64% -
XYZ 24.31 20.77 19.56 -
YUV 128.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 164 112 117 0 0.32 0.29 0.36 354.23 0.22 0.54
Hex A4 70 75 0 20 1D 24 162 16 36
Octal 244 160 165 0 40 35 44 542 26 66
Binary 10100100 1110000 1110101 0 100000 11101 100100 101100010 10110 110110

Color Harmonies of #A47075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47075

Black with #A47075

Text Example


Text Example

White with #A47075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47075; }

 p { color: rgb(164,112,117); }

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

background-color css

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

 a { background-color: rgb(164,112,117); }

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

border-color css

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

 span { border-color: rgb(164,112,117); }

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