Html Css Color HEX #A44645 Roof Terracotta

📋 copy color: '#A44645'

red 164 ◦ green 70 ◦ blue 69

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

Shades of Roof Terracotta #A44645

Tints of Roof Terracotta #A44645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 54.13%
G = 23.1%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A44645 (or 0xA44645) is known color: Roof Terracotta. HEX triplet: A4, 46 and 45. RGB value is (164,70,69). Sum of RGB (Red+Green+Blue) = 164+70+69=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A44645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44645 is #5BB9BA. Grayscale: #626262. Windows color (decimal): -6011323 or 4540068. OLE color: 4540068.

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

Color convert

RGB 164 70 69 -
CMYK 0 0.57 0.58 0.36
HSL 0.63º 0.41% 0.46% -
HSV(B) 0.63º 0.58% 0.64% -
XYZ 18.57 12.7 7.1 -
YUV 97.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 164 70 69 0 0.57 0.58 0.36 0.63 0.41 0.46
Hex A4 46 45 0 39 3A 24 1 29 2E
Octal 244 106 105 0 71 72 44 1 51 56
Binary 10100100 1000110 1000101 0 111001 111010 100100 1 101001 101110

Color Harmonies of #A44645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44645

Black with #A44645

Text Example


Text Example

White with #A44645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44645; }

 p { color: rgb(164,70,69); }

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

background-color css

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

 a { background-color: rgb(164,70,69); }

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

border-color css

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

 span { border-color: rgb(164,70,69); }

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