Html Css Color HEX #A55043 Crail

📋 copy color: '#A55043'

red 165 ◦ green 80 ◦ blue 67

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

Shades of Crail #A55043

Tints of Crail #A55043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 52.88%
G = 25.64%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A55043 (or 0xA55043) is known color: Crail. HEX triplet: A5, 50 and 43. RGB value is (165,80,67). Sum of RGB (Red+Green+Blue) = 165+80+67=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A55043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55043 is #5AAFBC. Grayscale: #686868. Windows color (decimal): -5943229 or 4411557. OLE color: 4411557.

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

Color convert

RGB 165 80 67 -
CMYK 0 0.52 0.59 0.35
HSL 7.96º 0.42% 0.45% -
HSV(B) 7.96º 0.59% 0.65% -
XYZ 19.4 14.14 7.02 -
YUV 103.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 165 80 67 0 0.52 0.59 0.35 7.96 0.42 0.45
Hex A5 50 43 0 34 3B 23 8 2A 2D
Octal 245 120 103 0 64 73 43 10 52 55
Binary 10100101 1010000 1000011 0 110100 111011 100011 1000 101010 101101

Color Harmonies of #A55043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55043

Black with #A55043

Text Example


Text Example

White with #A55043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55043; }

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

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

background-color css

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

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

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

border-color css

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

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

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