Html Css Color HEX #A5423E Roof Terracotta

📋 copy color: '#A5423E'

red 165 ◦ green 66 ◦ blue 62

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

Shades of Roof Terracotta #A5423E

Tints of Roof Terracotta #A5423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.16%

R = 56.31%
G = 22.53%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5423E (or 0xA5423E) is known color: Roof Terracotta. HEX triplet: A5, 42 and 3E. RGB value is (165,66,62). Sum of RGB (Red+Green+Blue) = 165+66+62=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5423E is #5ABDC1. Grayscale: #5F5F5F. Windows color (decimal): -5946818 or 4080293. OLE color: 4080293.

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

Color convert

RGB 165 66 62 -
CMYK 0 0.60 0.62 0.35
HSL 2.33º 0.45% 0.45% -
HSV(B) 2.33º 0.62% 0.65% -
XYZ 18.33 12.24 5.95 -
YUV 95.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 165 66 62 0 0.60 0.62 0.35 2.33 0.45 0.45
Hex A5 42 3E 0 3C 3E 23 2 2D 2D
Octal 245 102 76 0 74 76 43 2 55 55
Binary 10100101 1000010 111110 0 111100 111110 100011 10 101101 101101

Color Harmonies of #A5423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5423E

Black with #A5423E

Text Example


Text Example

White with #A5423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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