Html Css Color HEX #A44B4A Roof Terracotta

📋 copy color: '#A44B4A'

red 164 ◦ green 75 ◦ blue 74

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

Shades of Roof Terracotta #A44B4A

Tints of Roof Terracotta #A44B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 52.4%
G = 23.96%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A44B4A (or 0xA44B4A) is known color: Roof Terracotta. HEX triplet: A4, 4B and 4A. RGB value is (164,75,74). Sum of RGB (Red+Green+Blue) = 164+75+74=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B4A is #5BB4B5. Grayscale: #656565. Windows color (decimal): -6010038 or 4869028. OLE color: 4869028.

HSL color Cylindrical-coordinate representation of color #A44B4A: hue angle of 0.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44B4A is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 75 74 -
CMYK 0 0.54 0.55 0.36
HSL 0.67º 0.38% 0.47% -
HSV(B) 0.67º 0.55% 0.64% -
XYZ 19.06 13.42 8.06 -
YUV 101.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 164 75 74 0 0.54 0.55 0.36 0.67 0.38 0.47
Hex A4 4B 4A 0 36 37 24 1 26 2F
Octal 244 113 112 0 66 67 44 1 46 57
Binary 10100100 1001011 1001010 0 110110 110111 100100 1 100110 101111

Color Harmonies of #A44B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B4A

Black with #A44B4A

Text Example


Text Example

White with #A44B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B4A; }

 p { color: rgb(164,75,74); }

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

background-color css

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

 a { background-color: rgb(164,75,74); }

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

border-color css

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

 span { border-color: rgb(164,75,74); }

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