Html Css Color HEX #A35A48 Crail

📋 copy color: '#A35A48'

red 163 ◦ green 90 ◦ blue 72

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

Shades of Crail #A35A48

Tints of Crail #A35A48

RGB

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

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

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

R = 50.15%
G = 27.69%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A35A48 (or 0xA35A48) is known color: Crail. HEX triplet: A3, 5A and 48. RGB value is (163,90,72). Sum of RGB (Red+Green+Blue) = 163+90+72=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35A48 is #5CA5B7. Grayscale: #6D6D6D. Windows color (decimal): -6071736 or 4741795. OLE color: 4741795.

HSL color Cylindrical-coordinate representation of color #A35A48: hue angle of 11.87º 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 #A35A48 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 90 72 -
CMYK 0 0.45 0.56 0.36
HSL 11.87º 0.39% 0.46% -
HSV(B) 11.87º 0.56% 0.64% -
XYZ 19.93 15.57 8.09 -
YUV 109.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 163 90 72 0 0.45 0.56 0.36 11.87 0.39 0.46
Hex A3 5A 48 0 2D 38 24 C 27 2E
Octal 243 132 110 0 55 70 44 14 47 56
Binary 10100011 1011010 1001000 0 101101 111000 100100 1100 100111 101110

Color Harmonies of #A35A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A48

Black with #A35A48

Text Example


Text Example

White with #A35A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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