Html Css Color HEX #A4483F Roof Terracotta

📋 copy color: '#A4483F'

red 164 ◦ green 72 ◦ blue 63

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

Shades of Roof Terracotta #A4483F

Tints of Roof Terracotta #A4483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

 BLUE value IS 63 (25% from 255) = 21.07%

R = 54.85%
G = 24.08%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4483F (or 0xA4483F) is known color: Roof Terracotta. HEX triplet: A4, 48 and 3F. RGB value is (164,72,63). Sum of RGB (Red+Green+Blue) = 164+72+63=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A4483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4483F is #5BB7C0. Grayscale: #626262. Windows color (decimal): -6010817 or 4147364. OLE color: 4147364.

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

Color convert

RGB 164 72 63 -
CMYK 0 0.56 0.62 0.36
HSL 5.35º 0.44% 0.45% -
HSV(B) 5.35º 0.62% 0.64% -
XYZ 18.52 12.89 6.21 -
YUV 98.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 164 72 63 0 0.56 0.62 0.36 5.35 0.44 0.45
Hex A4 48 3F 0 38 3E 24 5 2C 2D
Octal 244 110 77 0 70 76 44 5 54 55
Binary 10100100 1001000 111111 0 111000 111110 100100 101 101100 101101

Color Harmonies of #A4483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4483F

Black with #A4483F

Text Example


Text Example

White with #A4483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4483F; }

 p { color: rgb(164,72,63); }

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

background-color css

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

 a { background-color: rgb(164,72,63); }

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

border-color css

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

 span { border-color: rgb(164,72,63); }

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