Html Css Color HEX #A14C44 Roof Terracotta

📋 copy color: '#A14C44'

red 161 ◦ green 76 ◦ blue 68

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

Shades of Roof Terracotta #A14C44

Tints of Roof Terracotta #A14C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

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

R = 52.79%
G = 24.92%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A14C44 (or 0xA14C44) is known color: Roof Terracotta. HEX triplet: A1, 4C and 44. RGB value is (161,76,68). Sum of RGB (Red+Green+Blue) = 161+76+68=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C44 is #5EB3BB. Grayscale: #646464. Windows color (decimal): -6206396 or 4476065. OLE color: 4476065.

HSL color Cylindrical-coordinate representation of color #A14C44: hue angle of 5.16º 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 #A14C44 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 76 68 -
CMYK 0 0.53 0.58 0.37
HSL 5.16º 0.41% 0.45% -
HSV(B) 5.16º 0.58% 0.63% -
XYZ 18.33 13.16 7.04 -
YUV 100.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 161 76 68 0 0.53 0.58 0.37 5.16 0.41 0.45
Hex A1 4C 44 0 35 3A 25 5 29 2D
Octal 241 114 104 0 65 72 45 5 51 55
Binary 10100001 1001100 1000100 0 110101 111010 100101 101 101001 101101

Color Harmonies of #A14C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C44

Black with #A14C44

Text Example


Text Example

White with #A14C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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