Html Css Color HEX #A56467 Turkish Rose

📋 copy color: '#A56467'

red 165 ◦ green 100 ◦ blue 103

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

Shades of Turkish Rose #A56467

Tints of Turkish Rose #A56467

RGB

 RED value IS 165 (64.84% from 255) = 44.84%

 GREEN value IS 100 (39.45% from 255) = 27.17%

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 44.84%
G = 27.17%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A56467 (or 0xA56467) is known color: Turkish Rose. HEX triplet: A5, 64 and 67. RGB value is (165,100,103). Sum of RGB (Red+Green+Blue) = 165+100+103=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A56467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56467 is #5A9B98. Grayscale: #777777. Windows color (decimal): -5938073 or 6775973. OLE color: 6775973.

HSL color Cylindrical-coordinate representation of color #A56467: hue angle of 357.23º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56467 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 100 103 -
CMYK 0 0.39 0.38 0.35
HSL 357.23º 0.27% 0.52% -
HSV(B) 357.23º 0.39% 0.65% -
XYZ 22.52 18.09 15.14 -
YUV 119.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 165 100 103 0 0.39 0.38 0.35 357.23 0.27 0.52
Hex A5 64 67 0 27 26 23 165 1B 34
Octal 245 144 147 0 47 46 43 545 33 64
Binary 10100101 1100100 1100111 0 100111 100110 100011 101100101 11011 110100

Color Harmonies of #A56467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56467

Black with #A56467

Text Example


Text Example

White with #A56467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56467; }

 p { color: rgb(165,100,103); }

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

background-color css

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

 a { background-color: rgb(165,100,103); }

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

border-color css

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

 span { border-color: rgb(165,100,103); }

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