Html Css Color HEX #A45748 Crail

📋 copy color: '#A45748'

red 164 ◦ green 87 ◦ blue 72

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

Shades of Crail #A45748

Tints of Crail #A45748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.93%

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

R = 50.77%
G = 26.93%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A45748 (or 0xA45748) is known color: Crail. HEX triplet: A4, 57 and 48. RGB value is (164,87,72). Sum of RGB (Red+Green+Blue) = 164+87+72=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A45748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45748 is #5BA8B7. Grayscale: #6C6C6C. Windows color (decimal): -6006968 or 4741028. OLE color: 4741028.

HSL color Cylindrical-coordinate representation of color #A45748: hue angle of 9.78º 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 #A45748 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 87 72 -
CMYK 0 0.47 0.56 0.36
HSL 9.78º 0.39% 0.46% -
HSV(B) 9.78º 0.56% 0.64% -
XYZ 19.89 15.18 8.01 -
YUV 108.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 164 87 72 0 0.47 0.56 0.36 9.78 0.39 0.46
Hex A4 57 48 0 2F 38 24 A 27 2E
Octal 244 127 110 0 57 70 44 12 47 56
Binary 10100100 1010111 1001000 0 101111 111000 100100 1010 100111 101110

Color Harmonies of #A45748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45748

Black with #A45748

Text Example


Text Example

White with #A45748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45748; }

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

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

background-color css

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

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

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

border-color css

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

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

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