Html Css Color HEX #A65A44 Crail

📋 copy color: '#A65A44'

red 166 ◦ green 90 ◦ blue 68

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

Shades of Crail #A65A44

Tints of Crail #A65A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 51.23%
G = 27.78%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A65A44 (or 0xA65A44) is known color: Crail. HEX triplet: A6, 5A and 44. RGB value is (166,90,68). Sum of RGB (Red+Green+Blue) = 166+90+68=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A44 is #59A5BB. Grayscale: #6E6E6E. Windows color (decimal): -5875132 or 4479654. OLE color: 4479654.

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

Color convert

RGB 166 90 68 -
CMYK 0 0.46 0.59 0.35
HSL 13.47º 0.42% 0.46% -
HSV(B) 13.47º 0.59% 0.65% -
XYZ 20.43 15.84 7.45 -
YUV 110.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 166 90 68 0 0.46 0.59 0.35 13.47 0.42 0.46
Hex A6 5A 44 0 2E 3B 23 D 2A 2E
Octal 246 132 104 0 56 73 43 15 52 56
Binary 10100110 1011010 1000100 0 101110 111011 100011 1101 101010 101110

Color Harmonies of #A65A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A44

Black with #A65A44

Text Example


Text Example

White with #A65A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A44; }

 p { color: rgb(166,90,68); }

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

background-color css

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

 a { background-color: rgb(166,90,68); }

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

border-color css

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

 span { border-color: rgb(166,90,68); }

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