Html Css Color HEX #A67275 Turkish Rose

📋 copy color: '#A67275'

red 166 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #A67275

Tints of Turkish Rose #A67275

RGB

 RED value IS 166 (65.23% from 255) = 41.81%

 GREEN value IS 114 (44.92% from 255) = 28.72%

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

R = 41.81%
G = 28.72%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A67275 (or 0xA67275) is known color: Turkish Rose. HEX triplet: A6, 72 and 75. RGB value is (166,114,117). Sum of RGB (Red+Green+Blue) = 166+114+117=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A67275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67275 is #598D8A. Grayscale: #818181. Windows color (decimal): -5868939 or 7697062. OLE color: 7697062.

HSL color Cylindrical-coordinate representation of color #A67275: hue angle of 356.54º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67275 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 117 -
CMYK 0 0.31 0.30 0.35
HSL 356.54º 0.23% 0.55% -
HSV(B) 356.54º 0.31% 0.65% -
XYZ 24.95 21.43 19.65 -
YUV 129.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 166 114 117 0 0.31 0.30 0.35 356.54 0.23 0.55
Hex A6 72 75 0 1F 1E 23 165 17 37
Octal 246 162 165 0 37 36 43 545 27 67
Binary 10100110 1110010 1110101 0 11111 11110 100011 101100101 10111 110111

Color Harmonies of #A67275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67275

Black with #A67275

Text Example


Text Example

White with #A67275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67275; }

 p { color: rgb(166,114,117); }

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

background-color css

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

 a { background-color: rgb(166,114,117); }

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

border-color css

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

 span { border-color: rgb(166,114,117); }

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