Html Css Color HEX #A35242 Crail

📋 copy color: '#A35242'

red 163 ◦ green 82 ◦ blue 66

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

Shades of Crail #A35242

Tints of Crail #A35242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.37%

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 52.41%
G = 26.37%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A35242 (or 0xA35242) is known color: Crail. HEX triplet: A3, 52 and 42. RGB value is (163,82,66). Sum of RGB (Red+Green+Blue) = 163+82+66=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A35242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35242 is #5CADBD. Grayscale: #686868. Windows color (decimal): -6073790 or 4346531. OLE color: 4346531.

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

Color convert

RGB 163 82 66 -
CMYK 0 0.50 0.60 0.36
HSL 9.9º 0.42% 0.45% -
HSV(B) 9.9º 0.6% 0.64% -
XYZ 19.1 14.21 6.89 -
YUV 104.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 163 82 66 0 0.50 0.60 0.36 9.9 0.42 0.45
Hex A3 52 42 0 32 3C 24 A 2A 2D
Octal 243 122 102 0 62 74 44 12 52 55
Binary 10100011 1010010 1000010 0 110010 111100 100100 1010 101010 101101

Color Harmonies of #A35242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35242

Black with #A35242

Text Example


Text Example

White with #A35242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35242; }

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

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

background-color css

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

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

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

border-color css

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

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

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