Html Css Color HEX #A45F4E Crail

📋 copy color: '#A45F4E'

red 164 ◦ green 95 ◦ blue 78

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

Shades of Crail #A45F4E

Tints of Crail #A45F4E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 48.66%
G = 28.19%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A45F4E (or 0xA45F4E) is known color: Crail. HEX triplet: A4, 5F and 4E. RGB value is (164,95,78). Sum of RGB (Red+Green+Blue) = 164+95+78=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F4E is #5BA0B1. Grayscale: #717171. Windows color (decimal): -6004914 or 5136292. OLE color: 5136292.

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

Color convert

RGB 164 95 78 -
CMYK 0 0.42 0.52 0.36
HSL 11.86º 0.36% 0.47% -
HSV(B) 11.86º 0.52% 0.64% -
XYZ 20.78 16.63 9.32 -
YUV 113.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 164 95 78 0 0.42 0.52 0.36 11.86 0.36 0.47
Hex A4 5F 4E 0 2A 34 24 C 24 2F
Octal 244 137 116 0 52 64 44 14 44 57
Binary 10100100 1011111 1001110 0 101010 110100 100100 1100 100100 101111

Color Harmonies of #A45F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F4E

Black with #A45F4E

Text Example


Text Example

White with #A45F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F4E; }

 p { color: rgb(164,95,78); }

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

background-color css

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

 a { background-color: rgb(164,95,78); }

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

border-color css

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

 span { border-color: rgb(164,95,78); }

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