Html Css Color HEX #A2433C Roof Terracotta

📋 copy color: '#A2433C'

red 162 ◦ green 67 ◦ blue 60

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

Shades of Roof Terracotta #A2433C

Tints of Roof Terracotta #A2433C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 56.06%
G = 23.18%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2433C (or 0xA2433C) is known color: Roof Terracotta. HEX triplet: A2, 43 and 3C. RGB value is (162,67,60). Sum of RGB (Red+Green+Blue) = 162+67+60=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2433C is #5DBCC3. Grayscale: #5E5E5E. Windows color (decimal): -6143172 or 3949474. OLE color: 3949474.

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

Color convert

RGB 162 67 60 -
CMYK 0 0.59 0.63 0.36
HSL 4.12º 0.46% 0.44% -
HSV(B) 4.12º 0.63% 0.64% -
XYZ 17.72 12.02 5.66 -
YUV 94.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 162 67 60 0 0.59 0.63 0.36 4.12 0.46 0.44
Hex A2 43 3C 0 3B 3F 24 4 2E 2C
Octal 242 103 74 0 73 77 44 4 56 54
Binary 10100010 1000011 111100 0 111011 111111 100100 100 101110 101100

Color Harmonies of #A2433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2433C

Black with #A2433C

Text Example


Text Example

White with #A2433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2433C; }

 p { color: rgb(162,67,60); }

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

background-color css

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

 a { background-color: rgb(162,67,60); }

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

border-color css

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

 span { border-color: rgb(162,67,60); }

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