Html Css Color HEX #A5423C Roof Terracotta

📋 copy color: '#A5423C'

red 165 ◦ green 66 ◦ blue 60

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

Shades of Roof Terracotta #A5423C

Tints of Roof Terracotta #A5423C

RGB

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

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

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

R = 56.7%
G = 22.68%
B = 20.62%

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

#A5423C (or 0xA5423C) is known color: Roof Terracotta. HEX triplet: A5, 42 and 3C. RGB value is (165,66,60). Sum of RGB (Red+Green+Blue) = 165+66+60=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5423C is #5ABDC3. Grayscale: #5F5F5F. Windows color (decimal): -5946820 or 3949221. OLE color: 3949221.

HSL color Cylindrical-coordinate representation of color #A5423C: hue angle of 3.43º 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 #A5423C is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 60 -
CMYK 0 0.60 0.64 0.35
HSL 3.43º 0.47% 0.44% -
HSV(B) 3.43º 0.64% 0.65% -
XYZ 18.28 12.22 5.67 -
YUV 94.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 165 66 60 0 0.60 0.64 0.35 3.43 0.47 0.44
Hex A5 42 3C 0 3C 40 23 3 2F 2C
Octal 245 102 74 0 74 100 43 3 57 54
Binary 10100101 1000010 111100 0 111100 1000000 100011 11 101111 101100

Color Harmonies of #A5423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5423C

Black with #A5423C

Text Example


Text Example

White with #A5423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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