Html Css Color HEX #A34F41 Crail

📋 copy color: '#A34F41'

red 163 ◦ green 79 ◦ blue 65

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

Shades of Crail #A34F41

Tints of Crail #A34F41

RGB

 RED value IS 163 (64.06% from 255) = 53.09%

 GREEN value IS 79 (31.25% from 255) = 25.73%

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 53.09%
G = 25.73%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A34F41 (or 0xA34F41) is known color: Crail. HEX triplet: A3, 4F and 41. RGB value is (163,79,65). Sum of RGB (Red+Green+Blue) = 163+79+65=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34F41 is #5CB0BE. Grayscale: #666666. Windows color (decimal): -6074559 or 4280227. OLE color: 4280227.

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

Color convert

RGB 163 79 65 -
CMYK 0 0.52 0.60 0.36
HSL 8.57º 0.43% 0.45% -
HSV(B) 8.57º 0.6% 0.64% -
XYZ 18.85 13.76 6.66 -
YUV 102.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 163 79 65 0 0.52 0.60 0.36 8.57 0.43 0.45
Hex A3 4F 41 0 34 3C 24 9 2B 2D
Octal 243 117 101 0 64 74 44 11 53 55
Binary 10100011 1001111 1000001 0 110100 111100 100100 1001 101011 101101

Color Harmonies of #A34F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F41

Black with #A34F41

Text Example


Text Example

White with #A34F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F41; }

 p { color: rgb(163,79,65); }

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

background-color css

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

 a { background-color: rgb(163,79,65); }

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

border-color css

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

 span { border-color: rgb(163,79,65); }

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