Html Css Color HEX #A35C52 Crail

📋 copy color: '#A35C52'

red 163 ◦ green 92 ◦ blue 82

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

Shades of Crail #A35C52

Tints of Crail #A35C52

RGB

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

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

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

R = 48.37%
G = 27.3%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A35C52 (or 0xA35C52) is known color: Crail. HEX triplet: A3, 5C and 52. RGB value is (163,92,82). Sum of RGB (Red+Green+Blue) = 163+92+82=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C52 is #5CA3AD. Grayscale: #707070. Windows color (decimal): -6071214 or 5397667. OLE color: 5397667.

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

Color convert

RGB 163 92 82 -
CMYK 0 0.44 0.50 0.36
HSL 7.41º 0.33% 0.48% -
HSV(B) 7.41º 0.5% 0.64% -
XYZ 20.45 16.05 10 -
YUV 112.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 163 92 82 0 0.44 0.50 0.36 7.41 0.33 0.48
Hex A3 5C 52 0 2C 32 24 7 21 30
Octal 243 134 122 0 54 62 44 7 41 60
Binary 10100011 1011100 1010010 0 101100 110010 100100 111 100001 110000

Color Harmonies of #A35C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35C52

Black with #A35C52

Text Example


Text Example

White with #A35C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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