Html Css Color HEX #A4423A Roof Terracotta

📋 copy color: '#A4423A'

red 164 ◦ green 66 ◦ blue 58

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

Shades of Roof Terracotta #A4423A

Tints of Roof Terracotta #A4423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.92%

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

R = 56.94%
G = 22.92%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4423A (or 0xA4423A) is known color: Roof Terracotta. HEX triplet: A4, 42 and 3A. RGB value is (164,66,58). Sum of RGB (Red+Green+Blue) = 164+66+58=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A4423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4423A is #5BBDC5. Grayscale: #5E5E5E. Windows color (decimal): -6012358 or 3818148. OLE color: 3818148.

HSL color Cylindrical-coordinate representation of color #A4423A: hue angle of 4.53º 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 #A4423A is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 58 -
CMYK 0 0.60 0.65 0.36
HSL 4.53º 0.48% 0.44% -
HSV(B) 4.53º 0.65% 0.64% -
XYZ 18.02 12.09 5.39 -
YUV 94.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 164 66 58 0 0.60 0.65 0.36 4.53 0.48 0.44
Hex A4 42 3A 0 3C 41 24 5 30 2C
Octal 244 102 72 0 74 101 44 5 60 54
Binary 10100100 1000010 111010 0 111100 1000001 100100 101 110000 101100

Color Harmonies of #A4423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4423A

Black with #A4423A

Text Example


Text Example

White with #A4423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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