Html Css Color HEX #A65948 Crail

📋 copy color: '#A65948'

red 166 ◦ green 89 ◦ blue 72

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

Shades of Crail #A65948

Tints of Crail #A65948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

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

R = 50.76%
G = 27.22%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A65948 (or 0xA65948) is known color: Crail. HEX triplet: A6, 59 and 48. RGB value is (166,89,72). Sum of RGB (Red+Green+Blue) = 166+89+72=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A65948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65948 is #59A6B7. Grayscale: #6E6E6E. Windows color (decimal): -5875384 or 4741542. OLE color: 4741542.

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

Color convert

RGB 166 89 72 -
CMYK 0 0.46 0.57 0.35
HSL 10.85º 0.39% 0.47% -
HSV(B) 10.85º 0.57% 0.65% -
XYZ 20.47 15.72 8.09 -
YUV 110.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 166 89 72 0 0.46 0.57 0.35 10.85 0.39 0.47
Hex A6 59 48 0 2E 39 23 B 27 2F
Octal 246 131 110 0 56 71 43 13 47 57
Binary 10100110 1011001 1001000 0 101110 111001 100011 1011 100111 101111

Color Harmonies of #A65948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65948

Black with #A65948

Text Example


Text Example

White with #A65948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65948; }

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

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

background-color css

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

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

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

border-color css

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

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

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