Html Css Color HEX #A45E4A Crail

📋 copy color: '#A45E4A'

red 164 ◦ green 94 ◦ blue 74

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

Shades of Crail #A45E4A

Tints of Crail #A45E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 49.4%
G = 28.31%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A45E4A (or 0xA45E4A) is known color: Crail. HEX triplet: A4, 5E and 4A. RGB value is (164,94,74). Sum of RGB (Red+Green+Blue) = 164+94+74=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E4A is #5BA1B5. Grayscale: #707070. Windows color (decimal): -6005174 or 4873892. OLE color: 4873892.

HSL color Cylindrical-coordinate representation of color #A45E4A: hue angle of 13.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A45E4A is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 94 74 -
CMYK 0 0.43 0.55 0.36
HSL 13.33º 0.38% 0.47% -
HSV(B) 13.33º 0.55% 0.64% -
XYZ 20.55 16.39 8.56 -
YUV 112.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 164 94 74 0 0.43 0.55 0.36 13.33 0.38 0.47
Hex A4 5E 4A 0 2B 37 24 D 26 2F
Octal 244 136 112 0 53 67 44 15 46 57
Binary 10100100 1011110 1001010 0 101011 110111 100100 1101 100110 101111

Color Harmonies of #A45E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E4A

Black with #A45E4A

Text Example


Text Example

White with #A45E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E4A; }

 p { color: rgb(164,94,74); }

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

background-color css

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

 a { background-color: rgb(164,94,74); }

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

border-color css

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

 span { border-color: rgb(164,94,74); }

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