Html Css Color HEX #A24741 Roof Terracotta

📋 copy color: '#A24741'

red 162 ◦ green 71 ◦ blue 65

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

Shades of Roof Terracotta #A24741

Tints of Roof Terracotta #A24741

RGB

 RED value IS 162 (63.67% from 255) = 54.36%

 GREEN value IS 71 (28.13% from 255) = 23.83%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 54.36%
G = 23.83%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A24741 (or 0xA24741) is known color: Roof Terracotta. HEX triplet: A2, 47 and 41. RGB value is (162,71,65). Sum of RGB (Red+Green+Blue) = 162+71+65=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A24741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24741 is #5DB8BE. Grayscale: #616161. Windows color (decimal): -6142143 or 4278178. OLE color: 4278178.

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

Color convert

RGB 162 71 65 -
CMYK 0 0.56 0.60 0.36
HSL 3.71º 0.43% 0.45% -
HSV(B) 3.71º 0.6% 0.64% -
XYZ 18.11 12.57 6.47 -
YUV 97.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 162 71 65 0 0.56 0.60 0.36 3.71 0.43 0.45
Hex A2 47 41 0 38 3C 24 4 2B 2D
Octal 242 107 101 0 70 74 44 4 53 55
Binary 10100010 1000111 1000001 0 111000 111100 100100 100 101011 101101

Color Harmonies of #A24741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24741

Black with #A24741

Text Example


Text Example

White with #A24741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24741; }

 p { color: rgb(162,71,65); }

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

background-color css

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

 a { background-color: rgb(162,71,65); }

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

border-color css

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

 span { border-color: rgb(162,71,65); }

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