Html Css Color HEX #A2433F Roof Terracotta

📋 copy color: '#A2433F'

red 162 ◦ green 67 ◦ blue 63

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

Shades of Roof Terracotta #A2433F

Tints of Roof Terracotta #A2433F

RGB

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

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

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

R = 55.48%
G = 22.95%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2433F (or 0xA2433F) is known color: Roof Terracotta. HEX triplet: A2, 43 and 3F. RGB value is (162,67,63). Sum of RGB (Red+Green+Blue) = 162+67+63=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2433F is #5DBCC0. Grayscale: #5F5F5F. Windows color (decimal): -6143169 or 4146082. OLE color: 4146082.

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

Color convert

RGB 162 67 63 -
CMYK 0 0.59 0.61 0.36
HSL 2.42º 0.44% 0.44% -
HSV(B) 2.42º 0.61% 0.64% -
XYZ 17.8 12.05 6.09 -
YUV 94.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 162 67 63 0 0.59 0.61 0.36 2.42 0.44 0.44
Hex A2 43 3F 0 3B 3D 24 2 2C 2C
Octal 242 103 77 0 73 75 44 2 54 54
Binary 10100010 1000011 111111 0 111011 111101 100100 10 101100 101100

Color Harmonies of #A2433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2433F

Black with #A2433F

Text Example


Text Example

White with #A2433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2433F; }

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

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

background-color css

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

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

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

border-color css

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

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

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