Html Css Color HEX #AB4A3E Roof Terracotta

📋 copy color: '#AB4A3E'

red 171 ◦ green 74 ◦ blue 62

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

Shades of Roof Terracotta #AB4A3E

Tints of Roof Terracotta #AB4A3E

RGB

 RED value IS 171 (67.19% from 255) = 55.7%

 GREEN value IS 74 (29.3% from 255) = 24.1%

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

R = 55.7%
G = 24.1%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB4A3E (or 0xAB4A3E) is known color: Roof Terracotta. HEX triplet: AB, 4A and 3E. RGB value is (171,74,62). Sum of RGB (Red+Green+Blue) = 171+74+62=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A3E is #54B5C1. Grayscale: #656565. Windows color (decimal): -5551554 or 4082347. OLE color: 4082347.

HSL color Cylindrical-coordinate representation of color #AB4A3E: hue angle of 6.61º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4A3E is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 74 62 -
CMYK 0 0.57 0.64 0.33
HSL 6.61º 0.47% 0.46% -
HSV(B) 6.61º 0.64% 0.67% -
XYZ 20.11 13.9 6.18 -
YUV 101.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 171 74 62 0 0.57 0.64 0.33 6.61 0.47 0.46
Hex AB 4A 3E 0 39 40 21 7 2F 2E
Octal 253 112 76 0 71 100 41 7 57 56
Binary 10101011 1001010 111110 0 111001 1000000 100001 111 101111 101110

Color Harmonies of #AB4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A3E

Black with #AB4A3E

Text Example


Text Example

White with #AB4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A3E; }

 p { color: rgb(171,74,62); }

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

background-color css

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

 a { background-color: rgb(171,74,62); }

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

border-color css

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

 span { border-color: rgb(171,74,62); }

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