Html Css Color HEX #A4604E Crail

📋 copy color: '#A4604E'

red 164 ◦ green 96 ◦ blue 78

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

Shades of Crail #A4604E

Tints of Crail #A4604E

RGB

 RED value IS 164 (64.45% from 255) = 48.52%

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

 BLUE value IS 78 (30.86% from 255) = 23.08%

R = 48.52%
G = 28.4%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4604E (or 0xA4604E) is known color: Crail. HEX triplet: A4, 60 and 4E. RGB value is (164,96,78). Sum of RGB (Red+Green+Blue) = 164+96+78=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4604E is #5B9FB1. Grayscale: #727272. Windows color (decimal): -6004658 or 5136548. OLE color: 5136548.

HSL color Cylindrical-coordinate representation of color #A4604E: 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.52%. Process color model (Four color, CMYK) of #A4604E is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 96 78 -
CMYK 0 0.41 0.52 0.36
HSL 12.56º 0.36% 0.47% -
HSV(B) 12.56º 0.52% 0.64% -
XYZ 20.87 16.81 9.35 -
YUV 114.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 164 96 78 0 0.41 0.52 0.36 12.56 0.36 0.47
Hex A4 60 4E 0 29 34 24 D 24 2F
Octal 244 140 116 0 51 64 44 15 44 57
Binary 10100100 1100000 1001110 0 101001 110100 100100 1101 100100 101111

Color Harmonies of #A4604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4604E

Black with #A4604E

Text Example


Text Example

White with #A4604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4604E; }

 p { color: rgb(164,96,78); }

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

background-color css

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

 a { background-color: rgb(164,96,78); }

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

border-color css

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

 span { border-color: rgb(164,96,78); }

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