Html Css Color HEX #A2433D Roof Terracotta

📋 copy color: '#A2433D'

red 162 ◦ green 67 ◦ blue 61

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

Shades of Roof Terracotta #A2433D

Tints of Roof Terracotta #A2433D

RGB

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

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

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

R = 55.86%
G = 23.1%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2433D (or 0xA2433D) is known color: Roof Terracotta. HEX triplet: A2, 43 and 3D. RGB value is (162,67,61). Sum of RGB (Red+Green+Blue) = 162+67+61=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2433D is #5DBCC2. Grayscale: #5E5E5E. Windows color (decimal): -6143171 or 4015010. OLE color: 4015010.

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

Color convert

RGB 162 67 61 -
CMYK 0 0.59 0.62 0.36
HSL 3.56º 0.45% 0.44% -
HSV(B) 3.56º 0.62% 0.64% -
XYZ 17.75 12.03 5.8 -
YUV 94.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 162 67 61 0 0.59 0.62 0.36 3.56 0.45 0.44
Hex A2 43 3D 0 3B 3E 24 4 2D 2C
Octal 242 103 75 0 73 76 44 4 55 54
Binary 10100010 1000011 111101 0 111011 111110 100100 100 101101 101100

Color Harmonies of #A2433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2433D

Black with #A2433D

Text Example


Text Example

White with #A2433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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