Html Css Color HEX #A35748 Crail

📋 copy color: '#A35748'

red 163 ◦ green 87 ◦ blue 72

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

Shades of Crail #A35748

Tints of Crail #A35748

RGB

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

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

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

R = 50.62%
G = 27.02%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A35748 (or 0xA35748) is known color: Crail. HEX triplet: A3, 57 and 48. RGB value is (163,87,72). Sum of RGB (Red+Green+Blue) = 163+87+72=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A35748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35748 is #5CA8B7. Grayscale: #6C6C6C. Windows color (decimal): -6072504 or 4741027. OLE color: 4741027.

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

Color convert

RGB 163 87 72 -
CMYK 0 0.47 0.56 0.36
HSL 9.89º 0.39% 0.46% -
HSV(B) 9.89º 0.56% 0.64% -
XYZ 19.68 15.07 8 -
YUV 108.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 163 87 72 0 0.47 0.56 0.36 9.89 0.39 0.46
Hex A3 57 48 0 2F 38 24 A 27 2E
Octal 243 127 110 0 57 70 44 12 47 56
Binary 10100011 1010111 1001000 0 101111 111000 100100 1010 100111 101110

Color Harmonies of #A35748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35748

Black with #A35748

Text Example


Text Example

White with #A35748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35748; }

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

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

background-color css

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

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

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

border-color css

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

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

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