Html Css Color HEX #A4483D Roof Terracotta

📋 copy color: '#A4483D'

red 164 ◦ green 72 ◦ blue 61

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

Shades of Roof Terracotta #A4483D

Tints of Roof Terracotta #A4483D

RGB

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

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

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

R = 55.22%
G = 24.24%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4483D (or 0xA4483D) is known color: Roof Terracotta. HEX triplet: A4, 48 and 3D. RGB value is (164,72,61). Sum of RGB (Red+Green+Blue) = 164+72+61=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A4483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4483D is #5BB7C2. Grayscale: #626262. Windows color (decimal): -6010819 or 4016292. OLE color: 4016292.

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

Color convert

RGB 164 72 61 -
CMYK 0 0.56 0.63 0.36
HSL 6.41º 0.46% 0.44% -
HSV(B) 6.41º 0.63% 0.64% -
XYZ 18.47 12.86 5.92 -
YUV 98.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 164 72 61 0 0.56 0.63 0.36 6.41 0.46 0.44
Hex A4 48 3D 0 38 3F 24 6 2E 2C
Octal 244 110 75 0 70 77 44 6 56 54
Binary 10100100 1001000 111101 0 111000 111111 100100 110 101110 101100

Color Harmonies of #A4483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4483D

Black with #A4483D

Text Example


Text Example

White with #A4483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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