Html Css Color HEX #A65748 Crail

📋 copy color: '#A65748'

red 166 ◦ green 87 ◦ blue 72

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

Shades of Crail #A65748

Tints of Crail #A65748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 51.08%
G = 26.77%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A65748 (or 0xA65748) is known color: Crail. HEX triplet: A6, 57 and 48. RGB value is (166,87,72). Sum of RGB (Red+Green+Blue) = 166+87+72=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A65748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65748 is #59A8B7. Grayscale: #6D6D6D. Windows color (decimal): -5875896 or 4741030. OLE color: 4741030.

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

Color convert

RGB 166 87 72 -
CMYK 0 0.48 0.57 0.35
HSL 9.57º 0.39% 0.47% -
HSV(B) 9.57º 0.57% 0.65% -
XYZ 20.3 15.39 8.03 -
YUV 108.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 166 87 72 0 0.48 0.57 0.35 9.57 0.39 0.47
Hex A6 57 48 0 30 39 23 A 27 2F
Octal 246 127 110 0 60 71 43 12 47 57
Binary 10100110 1010111 1001000 0 110000 111001 100011 1010 100111 101111

Color Harmonies of #A65748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65748

Black with #A65748

Text Example


Text Example

White with #A65748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65748; }

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

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

background-color css

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

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

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

border-color css

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

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

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