Html Css Color HEX #A24B3F Roof Terracotta

📋 copy color: '#A24B3F'

red 162 ◦ green 75 ◦ blue 63

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

Shades of Roof Terracotta #A24B3F

Tints of Roof Terracotta #A24B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25%

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

R = 54%
G = 25%
B = 21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A24B3F (or 0xA24B3F) is known color: Roof Terracotta. HEX triplet: A2, 4B and 3F. RGB value is (162,75,63). Sum of RGB (Red+Green+Blue) = 162+75+63=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B3F is #5DB4C0. Grayscale: #636363. Windows color (decimal): -6141121 or 4148130. OLE color: 4148130.

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

Color convert

RGB 162 75 63 -
CMYK 0 0.54 0.61 0.36
HSL 7.27º 0.44% 0.44% -
HSV(B) 7.27º 0.61% 0.64% -
XYZ 18.31 13.07 6.26 -
YUV 99.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 162 75 63 0 0.54 0.61 0.36 7.27 0.44 0.44
Hex A2 4B 3F 0 36 3D 24 7 2C 2C
Octal 242 113 77 0 66 75 44 7 54 54
Binary 10100010 1001011 111111 0 110110 111101 100100 111 101100 101100

Color Harmonies of #A24B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B3F

Black with #A24B3F

Text Example


Text Example

White with #A24B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B3F; }

 p { color: rgb(162,75,63); }

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

background-color css

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

 a { background-color: rgb(162,75,63); }

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

border-color css

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

 span { border-color: rgb(162,75,63); }

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