Html Css Color HEX #A35C4A Crail

📋 copy color: '#A35C4A'

red 163 ◦ green 92 ◦ blue 74

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

Shades of Crail #A35C4A

Tints of Crail #A35C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 49.54%
G = 27.96%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A35C4A (or 0xA35C4A) is known color: Crail. HEX triplet: A3, 5C and 4A. RGB value is (163,92,74). Sum of RGB (Red+Green+Blue) = 163+92+74=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C4A is #5CA3B5. Grayscale: #6F6F6F. Windows color (decimal): -6071222 or 4873379. OLE color: 4873379.

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

Color convert

RGB 163 92 74 -
CMYK 0 0.44 0.55 0.36
HSL 12.13º 0.38% 0.46% -
HSV(B) 12.13º 0.55% 0.64% -
XYZ 20.17 15.94 8.49 -
YUV 111.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 163 92 74 0 0.44 0.55 0.36 12.13 0.38 0.46
Hex A3 5C 4A 0 2C 37 24 C 26 2E
Octal 243 134 112 0 54 67 44 14 46 56
Binary 10100011 1011100 1001010 0 101100 110111 100100 1100 100110 101110

Color Harmonies of #A35C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C4A

Black with #A35C4A

Text Example


Text Example

White with #A35C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C4A; }

 p { color: rgb(163,92,74); }

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

background-color css

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

 a { background-color: rgb(163,92,74); }

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

border-color css

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

 span { border-color: rgb(163,92,74); }

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