Html Css Color HEX #A4423D Roof Terracotta

📋 copy color: '#A4423D'

red 164 ◦ green 66 ◦ blue 61

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

Shades of Roof Terracotta #A4423D

Tints of Roof Terracotta #A4423D

RGB

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

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

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

R = 56.36%
G = 22.68%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4423D (or 0xA4423D) is known color: Roof Terracotta. HEX triplet: A4, 42 and 3D. RGB value is (164,66,61). Sum of RGB (Red+Green+Blue) = 164+66+61=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4423D is #5BBDC2. Grayscale: #5E5E5E. Windows color (decimal): -6012355 or 4014756. OLE color: 4014756.

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

Color convert

RGB 164 66 61 -
CMYK 0 0.60 0.63 0.36
HSL 2.91º 0.46% 0.44% -
HSV(B) 2.91º 0.63% 0.64% -
XYZ 18.1 12.13 5.8 -
YUV 94.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 164 66 61 0 0.60 0.63 0.36 2.91 0.46 0.44
Hex A4 42 3D 0 3C 3F 24 3 2E 2C
Octal 244 102 75 0 74 77 44 3 56 54
Binary 10100100 1000010 111101 0 111100 111111 100100 11 101110 101100

Color Harmonies of #A4423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4423D

Black with #A4423D

Text Example


Text Example

White with #A4423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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