Html Css Color HEX #A35745 Crail

📋 copy color: '#A35745'

red 163 ◦ green 87 ◦ blue 69

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

Shades of Crail #A35745

Tints of Crail #A35745

RGB

 RED value IS 163 (64.06% from 255) = 51.1%

 GREEN value IS 87 (34.38% from 255) = 27.27%

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 51.1%
G = 27.27%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A35745 (or 0xA35745) is known color: Crail. HEX triplet: A3, 57 and 45. RGB value is (163,87,69). Sum of RGB (Red+Green+Blue) = 163+87+69=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A35745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35745 is #5CA8BA. Grayscale: #6B6B6B. Windows color (decimal): -6072507 or 4544419. OLE color: 4544419.

HSL color Cylindrical-coordinate representation of color #A35745: hue angle of 11.49º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A35745 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 87 69 -
CMYK 0 0.47 0.58 0.36
HSL 11.49º 0.41% 0.45% -
HSV(B) 11.49º 0.58% 0.64% -
XYZ 19.59 15.03 7.5 -
YUV 107.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 163 87 69 0 0.47 0.58 0.36 11.49 0.41 0.45
Hex A3 57 45 0 2F 3A 24 B 29 2D
Octal 243 127 105 0 57 72 44 13 51 55
Binary 10100011 1010111 1000101 0 101111 111010 100100 1011 101001 101101

Color Harmonies of #A35745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35745

Black with #A35745

Text Example


Text Example

White with #A35745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35745; }

 p { color: rgb(163,87,69); }

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

background-color css

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

 a { background-color: rgb(163,87,69); }

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

border-color css

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

 span { border-color: rgb(163,87,69); }

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