Html Css Color HEX #A65741 Crail

📋 copy color: '#A65741'

red 166 ◦ green 87 ◦ blue 65

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

Shades of Crail #A65741

Tints of Crail #A65741

RGB

 RED value IS 166 (65.23% from 255) = 52.2%

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

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

R = 52.2%
G = 27.36%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65741 (or 0xA65741) is known color: Crail. HEX triplet: A6, 57 and 41. RGB value is (166,87,65). Sum of RGB (Red+Green+Blue) = 166+87+65=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65741 is #59A8BE. Grayscale: #6C6C6C. Windows color (decimal): -5875903 or 4282278. OLE color: 4282278.

HSL color Cylindrical-coordinate representation of color #A65741: hue angle of 13.07º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65741 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 87 65 -
CMYK 0 0.48 0.61 0.35
HSL 13.07º 0.44% 0.45% -
HSV(B) 13.07º 0.61% 0.65% -
XYZ 20.09 15.31 6.9 -
YUV 108.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 166 87 65 0 0.48 0.61 0.35 13.07 0.44 0.45
Hex A6 57 41 0 30 3D 23 D 2C 2D
Octal 246 127 101 0 60 75 43 15 54 55
Binary 10100110 1010111 1000001 0 110000 111101 100011 1101 101100 101101

Color Harmonies of #A65741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65741

Black with #A65741

Text Example


Text Example

White with #A65741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65741; }

 p { color: rgb(166,87,65); }

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

background-color css

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

 a { background-color: rgb(166,87,65); }

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

border-color css

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

 span { border-color: rgb(166,87,65); }

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