Html Css Color HEX #A4433A Roof Terracotta

📋 copy color: '#A4433A'

red 164 ◦ green 67 ◦ blue 58

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

Shades of Roof Terracotta #A4433A

Tints of Roof Terracotta #A4433A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 56.75%
G = 23.18%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4433A (or 0xA4433A) is known color: Roof Terracotta. HEX triplet: A4, 43 and 3A. RGB value is (164,67,58). Sum of RGB (Red+Green+Blue) = 164+67+58=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A4433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4433A is #5BBCC5. Grayscale: #5F5F5F. Windows color (decimal): -6012102 or 3818404. OLE color: 3818404.

HSL color Cylindrical-coordinate representation of color #A4433A: hue angle of 5.09º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4433A is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 67 58 -
CMYK 0 0.59 0.65 0.36
HSL 5.09º 0.48% 0.44% -
HSV(B) 5.09º 0.65% 0.64% -
XYZ 18.08 12.21 5.41 -
YUV 94.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 164 67 58 0 0.59 0.65 0.36 5.09 0.48 0.44
Hex A4 43 3A 0 3B 41 24 5 30 2C
Octal 244 103 72 0 73 101 44 5 60 54
Binary 10100100 1000011 111010 0 111011 1000001 100100 101 110000 101100

Color Harmonies of #A4433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4433A

Black with #A4433A

Text Example


Text Example

White with #A4433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4433A; }

 p { color: rgb(164,67,58); }

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

background-color css

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

 a { background-color: rgb(164,67,58); }

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

border-color css

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

 span { border-color: rgb(164,67,58); }

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