Html Css Color HEX #A35A52 Crail

📋 copy color: '#A35A52'

red 163 ◦ green 90 ◦ blue 82

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

Shades of Crail #A35A52

Tints of Crail #A35A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.48%

R = 48.66%
G = 26.87%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A35A52 (or 0xA35A52) is known color: Crail. HEX triplet: A3, 5A and 52. RGB value is (163,90,82). Sum of RGB (Red+Green+Blue) = 163+90+82=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A52 is #5CA5AD. Grayscale: #6F6F6F. Windows color (decimal): -6071726 or 5397155. OLE color: 5397155.

HSL color Cylindrical-coordinate representation of color #A35A52: hue angle of 5.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35A52 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 90 82 -
CMYK 0 0.45 0.50 0.36
HSL 5.93º 0.33% 0.48% -
HSV(B) 5.93º 0.5% 0.64% -
XYZ 20.28 15.71 9.95 -
YUV 110.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 163 90 82 0 0.45 0.50 0.36 5.93 0.33 0.48
Hex A3 5A 52 0 2D 32 24 6 21 30
Octal 243 132 122 0 55 62 44 6 41 60
Binary 10100011 1011010 1010010 0 101101 110010 100100 110 100001 110000

Color Harmonies of #A35A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A52

Black with #A35A52

Text Example


Text Example

White with #A35A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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