Html Css Color HEX #A14F44 Crail

📋 copy color: '#A14F44'

red 161 ◦ green 79 ◦ blue 68

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

Shades of Crail #A14F44

Tints of Crail #A14F44

RGB

 RED value IS 161 (63.28% from 255) = 52.27%

 GREEN value IS 79 (31.25% from 255) = 25.65%

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 52.27%
G = 25.65%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A14F44 (or 0xA14F44) is known color: Crail. HEX triplet: A1, 4F and 44. RGB value is (161,79,68). Sum of RGB (Red+Green+Blue) = 161+79+68=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F44 is #5EB0BB. Grayscale: #666666. Windows color (decimal): -6205628 or 4476833. OLE color: 4476833.

HSL color Cylindrical-coordinate representation of color #A14F44: hue angle of 7.1º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14F44 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 79 68 -
CMYK 0 0.51 0.58 0.37
HSL 7.1º 0.41% 0.45% -
HSV(B) 7.1º 0.58% 0.63% -
XYZ 18.54 13.59 7.11 -
YUV 102.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 161 79 68 0 0.51 0.58 0.37 7.1 0.41 0.45
Hex A1 4F 44 0 33 3A 25 7 29 2D
Octal 241 117 104 0 63 72 45 7 51 55
Binary 10100001 1001111 1000100 0 110011 111010 100101 111 101001 101101

Color Harmonies of #A14F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14F44

Black with #A14F44

Text Example


Text Example

White with #A14F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14F44; }

 p { color: rgb(161,79,68); }

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

background-color css

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

 a { background-color: rgb(161,79,68); }

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

border-color css

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

 span { border-color: rgb(161,79,68); }

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