Html Css Color HEX #A3604D Crail

📋 copy color: '#A3604D'

red 163 ◦ green 96 ◦ blue 77

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

Shades of Crail #A3604D

Tints of Crail #A3604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

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

R = 48.51%
G = 28.57%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3604D (or 0xA3604D) is known color: Crail. HEX triplet: A3, 60 and 4D. RGB value is (163,96,77). Sum of RGB (Red+Green+Blue) = 163+96+77=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3604D is #5C9FB2. Grayscale: #727272. Windows color (decimal): -6070195 or 5071011. OLE color: 5071011.

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

Color convert

RGB 163 96 77 -
CMYK 0 0.41 0.53 0.36
HSL 13.26º 0.36% 0.47% -
HSV(B) 13.26º 0.53% 0.64% -
XYZ 20.63 16.69 9.16 -
YUV 113.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 163 96 77 0 0.41 0.53 0.36 13.26 0.36 0.47
Hex A3 60 4D 0 29 35 24 D 24 2F
Octal 243 140 115 0 51 65 44 15 44 57
Binary 10100011 1100000 1001101 0 101001 110101 100100 1101 100100 101111

Color Harmonies of #A3604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3604D

Black with #A3604D

Text Example


Text Example

White with #A3604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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