Html Css Color HEX #A65243 Crail

📋 copy color: '#A65243'

red 166 ◦ green 82 ◦ blue 67

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

Shades of Crail #A65243

Tints of Crail #A65243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.03%

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 52.7%
G = 26.03%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A65243 (or 0xA65243) is known color: Crail. HEX triplet: A6, 52 and 43. RGB value is (166,82,67). Sum of RGB (Red+Green+Blue) = 166+82+67=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A65243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65243 is #59ADBC. Grayscale: #696969. Windows color (decimal): -5877181 or 4412070. OLE color: 4412070.

HSL color Cylindrical-coordinate representation of color #A65243: hue angle of 9.09º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65243 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 82 67 -
CMYK 0 0.51 0.60 0.35
HSL 9.09º 0.42% 0.46% -
HSV(B) 9.09º 0.6% 0.65% -
XYZ 19.76 14.55 7.08 -
YUV 105.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 166 82 67 0 0.51 0.60 0.35 9.09 0.42 0.46
Hex A6 52 43 0 33 3C 23 9 2A 2E
Octal 246 122 103 0 63 74 43 11 52 56
Binary 10100110 1010010 1000011 0 110011 111100 100011 1001 101010 101110

Color Harmonies of #A65243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65243

Black with #A65243

Text Example


Text Example

White with #A65243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65243; }

 p { color: rgb(166,82,67); }

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

background-color css

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

 a { background-color: rgb(166,82,67); }

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

border-color css

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

 span { border-color: rgb(166,82,67); }

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