Html Css Color HEX #A65548 Crail

📋 copy color: '#A65548'

red 166 ◦ green 85 ◦ blue 72

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

Shades of Crail #A65548

Tints of Crail #A65548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

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

R = 51.39%
G = 26.32%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A65548 (or 0xA65548) is known color: Crail. HEX triplet: A6, 55 and 48. RGB value is (166,85,72). Sum of RGB (Red+Green+Blue) = 166+85+72=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A65548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65548 is #59AAB7. Grayscale: #6B6B6B. Windows color (decimal): -5876408 or 4740518. OLE color: 4740518.

HSL color Cylindrical-coordinate representation of color #A65548: hue angle of 8.3º 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 #A65548 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 72 -
CMYK 0 0.49 0.57 0.35
HSL 8.3º 0.39% 0.47% -
HSV(B) 8.3º 0.57% 0.65% -
XYZ 20.14 15.07 7.98 -
YUV 107.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 166 85 72 0 0.49 0.57 0.35 8.3 0.39 0.47
Hex A6 55 48 0 31 39 23 8 27 2F
Octal 246 125 110 0 61 71 43 10 47 57
Binary 10100110 1010101 1001000 0 110001 111001 100011 1000 100111 101111

Color Harmonies of #A65548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65548

Black with #A65548

Text Example


Text Example

White with #A65548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65548; }

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

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

background-color css

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

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

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

border-color css

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

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

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