Html Css Color HEX #A5423B Roof Terracotta

📋 copy color: '#A5423B'

red 165 ◦ green 66 ◦ blue 59

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

Shades of Roof Terracotta #A5423B

Tints of Roof Terracotta #A5423B

RGB

 RED value IS 165 (64.84% from 255) = 56.9%

 GREEN value IS 66 (26.17% from 255) = 22.76%

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 56.9%
G = 22.76%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5423B (or 0xA5423B) is known color: Roof Terracotta. HEX triplet: A5, 42 and 3B. RGB value is (165,66,59). Sum of RGB (Red+Green+Blue) = 165+66+59=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A5423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5423B is #5ABDC4. Grayscale: #5E5E5E. Windows color (decimal): -5946821 or 3883685. OLE color: 3883685.

HSL color Cylindrical-coordinate representation of color #A5423B: hue angle of 3.96º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5423B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 59 -
CMYK 0 0.60 0.64 0.35
HSL 3.96º 0.47% 0.44% -
HSV(B) 3.96º 0.64% 0.65% -
XYZ 18.25 12.21 5.53 -
YUV 94.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 165 66 59 0 0.60 0.64 0.35 3.96 0.47 0.44
Hex A5 42 3B 0 3C 40 23 4 2F 2C
Octal 245 102 73 0 74 100 43 4 57 54
Binary 10100101 1000010 111011 0 111100 1000000 100011 100 101111 101100

Color Harmonies of #A5423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5423B

Black with #A5423B

Text Example


Text Example

White with #A5423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5423B; }

 p { color: rgb(165,66,59); }

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

background-color css

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

 a { background-color: rgb(165,66,59); }

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

border-color css

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

 span { border-color: rgb(165,66,59); }

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