Html Css Color HEX #A35F4D Crail

📋 copy color: '#A35F4D'

red 163 ◦ green 95 ◦ blue 77

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

Shades of Crail #A35F4D

Tints of Crail #A35F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 48.66%
G = 28.36%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A35F4D (or 0xA35F4D) is known color: Crail. HEX triplet: A3, 5F and 4D. RGB value is (163,95,77). Sum of RGB (Red+Green+Blue) = 163+95+77=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F4D is #5CA0B2. Grayscale: #717171. Windows color (decimal): -6070451 or 5070755. OLE color: 5070755.

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

Color convert

RGB 163 95 77 -
CMYK 0 0.42 0.53 0.36
HSL 12.56º 0.36% 0.47% -
HSV(B) 12.56º 0.53% 0.64% -
XYZ 20.54 16.51 9.12 -
YUV 113.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 163 95 77 0 0.42 0.53 0.36 12.56 0.36 0.47
Hex A3 5F 4D 0 2A 35 24 D 24 2F
Octal 243 137 115 0 52 65 44 15 44 57
Binary 10100011 1011111 1001101 0 101010 110101 100100 1101 100100 101111

Color Harmonies of #A35F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F4D

Black with #A35F4D

Text Example


Text Example

White with #A35F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F4D; }

 p { color: rgb(163,95,77); }

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

background-color css

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

 a { background-color: rgb(163,95,77); }

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

border-color css

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

 span { border-color: rgb(163,95,77); }

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