Html Css Color HEX #A45E4B Crail

📋 copy color: '#A45E4B'

red 164 ◦ green 94 ◦ blue 75

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

Shades of Crail #A45E4B

Tints of Crail #A45E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 49.25%
G = 28.23%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A45E4B (or 0xA45E4B) is known color: Crail. HEX triplet: A4, 5E and 4B. RGB value is (164,94,75). Sum of RGB (Red+Green+Blue) = 164+94+75=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E4B is #5BA1B4. Grayscale: #707070. Windows color (decimal): -6005173 or 4939428. OLE color: 4939428.

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

Color convert

RGB 164 94 75 -
CMYK 0 0.43 0.54 0.36
HSL 12.81º 0.37% 0.47% -
HSV(B) 12.81º 0.54% 0.64% -
XYZ 20.58 16.41 8.74 -
YUV 112.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 164 94 75 0 0.43 0.54 0.36 12.81 0.37 0.47
Hex A4 5E 4B 0 2B 36 24 D 25 2F
Octal 244 136 113 0 53 66 44 15 45 57
Binary 10100100 1011110 1001011 0 101011 110110 100100 1101 100101 101111

Color Harmonies of #A45E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E4B

Black with #A45E4B

Text Example


Text Example

White with #A45E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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