Html Css Color HEX #A45448 Crail

📋 copy color: '#A45448'

red 164 ◦ green 84 ◦ blue 72

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

Shades of Crail #A45448

Tints of Crail #A45448

RGB

 RED value IS 164 (64.45% from 255) = 51.25%

 GREEN value IS 84 (33.2% from 255) = 26.25%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 51.25%
G = 26.25%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A45448 (or 0xA45448) is known color: Crail. HEX triplet: A4, 54 and 48. RGB value is (164,84,72). Sum of RGB (Red+Green+Blue) = 164+84+72=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A45448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45448 is #5BABB7. Grayscale: #6A6A6A. Windows color (decimal): -6007736 or 4740260. OLE color: 4740260.

HSL color Cylindrical-coordinate representation of color #A45448: hue angle of 7.83º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45448 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 72 -
CMYK 0 0.49 0.56 0.36
HSL 7.83º 0.39% 0.46% -
HSV(B) 7.83º 0.56% 0.64% -
XYZ 19.65 14.7 7.93 -
YUV 106.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 164 84 72 0 0.49 0.56 0.36 7.83 0.39 0.46
Hex A4 54 48 0 31 38 24 8 27 2E
Octal 244 124 110 0 61 70 44 10 47 56
Binary 10100100 1010100 1001000 0 110001 111000 100100 1000 100111 101110

Color Harmonies of #A45448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45448

Black with #A45448

Text Example


Text Example

White with #A45448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45448; }

 p { color: rgb(164,84,72); }

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

background-color css

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

 a { background-color: rgb(164,84,72); }

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

border-color css

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

 span { border-color: rgb(164,84,72); }

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