Html Css Color HEX #A65543 Crail

📋 copy color: '#A65543'

red 166 ◦ green 85 ◦ blue 67

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

Shades of Crail #A65543

Tints of Crail #A65543

RGB

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

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

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

R = 52.2%
G = 26.73%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A65543 (or 0xA65543) is known color: Crail. HEX triplet: A6, 55 and 43. RGB value is (166,85,67). Sum of RGB (Red+Green+Blue) = 166+85+67=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65543 is #59AABC. Grayscale: #6B6B6B. Windows color (decimal): -5876413 or 4412838. OLE color: 4412838.

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

Color convert

RGB 166 85 67 -
CMYK 0 0.49 0.60 0.35
HSL 10.91º 0.42% 0.46% -
HSV(B) 10.91º 0.6% 0.65% -
XYZ 19.99 15.01 7.15 -
YUV 107.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 166 85 67 0 0.49 0.60 0.35 10.91 0.42 0.46
Hex A6 55 43 0 31 3C 23 B 2A 2E
Octal 246 125 103 0 61 74 43 13 52 56
Binary 10100110 1010101 1000011 0 110001 111100 100011 1011 101010 101110

Color Harmonies of #A65543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65543

Black with #A65543

Text Example


Text Example

White with #A65543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65543; }

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

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

background-color css

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

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

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

border-color css

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

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

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