Html Css Color HEX #A5433D Roof Terracotta

📋 copy color: '#A5433D'

red 165 ◦ green 67 ◦ blue 61

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

Shades of Roof Terracotta #A5433D

Tints of Roof Terracotta #A5433D

RGB

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

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

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

R = 56.31%
G = 22.87%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5433D (or 0xA5433D) is known color: Roof Terracotta. HEX triplet: A5, 43 and 3D. RGB value is (165,67,61). Sum of RGB (Red+Green+Blue) = 165+67+61=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5433D is #5ABCC2. Grayscale: #5F5F5F. Windows color (decimal): -5946563 or 4015013. OLE color: 4015013.

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

Color convert

RGB 165 67 61 -
CMYK 0 0.59 0.63 0.35
HSL 3.46º 0.46% 0.44% -
HSV(B) 3.46º 0.63% 0.65% -
XYZ 18.37 12.35 5.83 -
YUV 95.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 165 67 61 0 0.59 0.63 0.35 3.46 0.46 0.44
Hex A5 43 3D 0 3B 3F 23 3 2E 2C
Octal 245 103 75 0 73 77 43 3 56 54
Binary 10100101 1000011 111101 0 111011 111111 100011 11 101110 101100

Color Harmonies of #A5433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5433D

Black with #A5433D

Text Example


Text Example

White with #A5433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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