Html Css Color HEX #A4433D Roof Terracotta

📋 copy color: '#A4433D'

red 164 ◦ green 67 ◦ blue 61

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

Shades of Roof Terracotta #A4433D

Tints of Roof Terracotta #A4433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 56.16%
G = 22.95%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4433D (or 0xA4433D) is known color: Roof Terracotta. HEX triplet: A4, 43 and 3D. RGB value is (164,67,61). Sum of RGB (Red+Green+Blue) = 164+67+61=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A4433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4433D is #5BBCC2. Grayscale: #5F5F5F. Windows color (decimal): -6012099 or 4015012. OLE color: 4015012.

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

Color convert

RGB 164 67 61 -
CMYK 0 0.59 0.63 0.36
HSL 3.5º 0.46% 0.44% -
HSV(B) 3.5º 0.63% 0.64% -
XYZ 18.16 12.24 5.82 -
YUV 95.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 164 67 61 0 0.59 0.63 0.36 3.5 0.46 0.44
Hex A4 43 3D 0 3B 3F 24 3 2E 2C
Octal 244 103 75 0 73 77 44 3 56 54
Binary 10100100 1000011 111101 0 111011 111111 100100 11 101110 101100

Color Harmonies of #A4433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4433D

Black with #A4433D

Text Example


Text Example

White with #A4433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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